GeoVision How do i filter text in the POS Application Settings


GeoVision
Back to GeoVision Support | Support Home

Please use the following code and save it as a *.ini file in Notepad

Code: Select all
[Main]
Module_Name=Test
C-Num=1
//C-Num=ChangeLine-Command Number
M-Num=0
//M-Num=Mutli-Command Number
S-Num=32
//S-Num=Single-Command Number
UseDll=0
//UseDll=Enable Use Dll,Dll Name

[ChangeLine-Command]
1=1,NUL


//LF is default

[Single-Command]
1=1,SOH,1,1
2=1,STX,1,1
3=1,ETX,1,1
4=1,EOT,1,1
5=1,ENQ,1,1
6=1,ACK,1,1
7=1,BEL,1,1
8=1,BS,1,1
9=1,HT,1,1
10=1,LF,1,1
11=1,VT,1,1
12=1,FF,1,1,0,TRAN_STOP
13=1,CR,1,1
14=1,014,1,1
15=1,SI,1,1
16=1,SLE,1,1
17=1,CS1,1,1
18=1,DC2,1,1
19=1,DC3,1,1
20=1,DC4,1,1
21=1,NAK,1,1
22=1,SYN,1,1
23=1,ETB,1,1
24=1,CAN,1,1
25=1,EM,1,1
26=1,SIB,1,1
27=1,ESC,1,1
28=1,FS,1,1
29=1,GS,1,1
30=1,RS,1,1
31=1,US,1,1
32=1,032,1,1


//Index=Command Length,Command,Ft Mode,Ft Param,Use Replace,Replace word
//if Ft Mode=1, Param=Cut Length Param2=No Use
//if Ft Mode=2,   Param=No Use NUll End
//if Ft Mode=3,   Param=Ft Name in UseDll