Search code examples
barcodebarcode-scannerbarcode-printing

how can i move barcode scanner to next product


I wanted to generate a barcode in the type of PDF417 with combination for two barcodes.For this i tried to combine the barcodes with the carriage return separator.

D=985604001200000003146892725609%0d98560112256036530331642239

But if i scan with barcode scanner it is not recognising the second barcode number,scanner is terminating with only one barcode number.

Some body please help what need to add in my string,so that scanner will move to the next product,so that scanner will read the both the barcodes.

here is the link which i am using to generate barcode image.

http://www.bcgen.com/demo/IDAutomationStreamingPDF417.aspx?ECL=0&D=985604001200000003146892725609%0d98560112256036530331642239&MODE=Binary&PT=T&X=0.03&O=0&LM=0.2&ROWS=0&COL=0&TRN=0&XYR=3&MAE=F&MAF=0&MAS=0&MAL=F


Solution

  • Hello Guys here is the answer i found after lot of research,It will help to most of the guys who are unaware about this and who are trying to close the question.

    if we use ~013 which is ascii value for carrier return.