C# how to do <enter> on barcode?
- by RJ1516
I have a combination of ItemNo and LotNo value.
Example :
ItemNo: I123
LotNo : L12345
Barcode Value is: "I123L12345"
I want to put the value of ItemNo to txtItemNo.Text and LotNo to txtLotNo.Text
How can I instruct the barcode to do Carriage Return or Enter so that I can be able to input 2 values on one Barcode scan.
My barcode supports CODE 128, CODE 3of9 and CODE 93.
Thanks in advance.