Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
This is my trouble:
I want to write winform application with a Textbox to run in a PC. Then I use Motorola MC3190 barcode reader to remote to PC and run application to scan barcode code128 to textbox. But result data in textbox is incorrect:
Exactly barcode:
AFX015*BF02044701*300816*9

Textbox data:
AFX0158BF02044701830081689

The problem is, that the asterisks are replaced by "8"

Pls help me for reason and solution. Thank a lot!

What I have tried:

Re-config scan datawedge in Barcode Reader
Posted
Updated 21-Dec-16 22:49pm
v2
Comments
StM0n 14-Oct-16 1:12am    
Does the data transf correctly into an editor (i.e. Notepad)?
ductuan_itpro 14-Oct-16 2:21am    
Yes, It still correct in an editor as Notepad
StM0n 14-Oct-16 2:27am    
Ok... how do you insert the text into the textbox... by plain entering the textbox and than write it or do you use another way?
ductuan_itpro 14-Oct-16 2:43am    
as in my question, I used MC3190 barcode reader (WindowCE), use Remotedesktop to Application server, Run my app, put cursor to Textbox and scan barcode with barcode reader (MC3190 like as my keyboard). My trouble is barcode incorrect, some character (*) are replate by (8).

Exactly barcode: AFX015*BF02044701*300816*9
Textbox data: AFX0158BF02044701830081689
StM0n 14-Oct-16 2:52am    
Sorry, didn't caught it the first time I read your question.

1 solution

you have to embbed barcode format into your barcode reader.
your unique identifiers.
same as your barcode format.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900