Main menu
Newsletter-subscribeAre you developer? Can be inform about news, updates? Can you try new versions before official presentation? Not a member yet? Please join us.
|
Resistent COM file for MS DOS, simulate reading from barcode scanner as input from keyboard.
This is good for applications working only in MS-DOS - good for use in pay office, for cashier ...
- Use must set COM1 port 9600 bps, No parity, 8bits, 1 stop bit - default values
- connect barcode reader to COM1
- to autoexec.bat add lines:
C:\DOS\MODE COM1:9600,N,8,1
SCANNER.COM
- restart computer
- now you can try read some barcode using scanner from some MS-DOS application
| |