Carriage Return/LF

kevino

New Member
Does anyone have an example, or aware of a source from which we can get info on adding a carriage return/LF in a Code 39 bar code? We need to scan a bar code that includes a 'command', a 'carriange return/LF' and then a 'tracking number' We're using an Okidata ML 320/321 Turbo. Any help, ideas or suggestions would be greatly appreciated.

Thanks,

Kevin
 
I think it's not possible to send directly the code for CR or LF. But if you have to use this function in few program you can fix a code to be recognize by these program.
Exemple $W$ can be write/read with c39, on u're program u've to recognize if $W$ is send and then replace it by a cariage return (CHR(10)) or by the action u want to do
 
Carriage Return/LF in Bar Code

Thanks for the prompt reply. We'll see if we can implement your suggestions. Thanks again!

K. Owens
 
Back
Top