User Tools

Site Tools


barcode

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
barcode [2026-02-22 17:44 UTC (6 months ago)] – note /dev/ttyS5 better whitetailanibarcode [2026-07-19 16:42 UTC (6 weeks ago)] (current) – Fixed formatting benjamin
Line 8: Line 8:
 https://automation.honeywell.com/us/en/products/productivity-solutions/barcode-scan-engines-and-modules/2d-barcode-scan-engines/n5600-series-2d-standard-scan-engine https://automation.honeywell.com/us/en/products/productivity-solutions/barcode-scan-engines-and-modules/2d-barcode-scan-engines/n5600-series-2d-standard-scan-engine
  
-The barcode scanner is on ''%%/dev/ttyS5%%'' and is programmed by default to output just the QR code over serial with no CRLF. Setup scripts create ''%%/dev/ttyS5%%'' as a link to ''%%/dev/ttyUSB0%%''.+The barcode scanner is on ''%%/dev/ttyUSB0%%'' at 115200 8n1, and is programmed by default to output just the QR code over serial with no CRLF. Setup scripts create ''%%/dev/ttyS5%%'' as a link to ''%%/dev/ttyUSB0%%''
 + 
 +''%%stty -F /dev/ttyUSB0 115200 cs8 -cstopb -parenb -ixon%%'' will set up the serial port with the correct parameters. If you have the CODE CR8200, ''%%echo -e "CDOPPMD0\r\n" > /dev/ttyUSB0%%'' will disable the lights as well as code scanning.
barcode.1771782274.txt.gz · Last modified: by whitetailani