i need in visual basic to connect it with the barcode reader scanner for reading that spasipic barcode.?
i need in visual basic to connect it with the barcode reader scanner for reading that spasipic barcode.?
and after that send it into sql server data base.
Best answer:
almost all barcode readers act as a keyboard device.
when you scan, a string of characters will be entered as if you typed on the keyboard.
Capture this information in a text box and you can process it however you want.
Tags: Barcode, basic, connect, need, reader, Reading, Scanner, spasipic, Visual
Under Forum

2 Comments for i need in visual basic to connect it with the barcode reader scanner for reading that spasipic barcode.?
1. AskExpert Live | November 19th, 2008 at 8:56 pm
It is not that easy. May be you can contact a VB expert. Check websites like askexpert.info/
2. Miguel_M | November 19th, 2008 at 9:18 pm
If you can’t use barcode reader like a keyboard, surely you need to program RS232 port. You can use MSComm component inside your application to do it. Also you need technical information about reader’s protocol.
Leave a Comment for i need in visual basic to connect it with the barcode reader scanner for reading that spasipic barcode.?
Trackback this post | Subscribe to the comments via RSS Feed