Click here to Skip to main content
15,910,083 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: [VB.NET 2010] Sending mail only works sometimes Pin
The Mighty Atom2-Feb-11 5:35
The Mighty Atom2-Feb-11 5:35 
QuestionMultiple USB Barcode Scanners Pin
KCDude10-Jan-11 10:41
KCDude10-Jan-11 10:41 
AnswerRe: Multiple USB Barcode Scanners Pin
Luc Pattyn10-Jan-11 11:03
sitebuilderLuc Pattyn10-Jan-11 11:03 
AnswerHIDlibrary Pin
David Mujica11-Jan-11 3:30
David Mujica11-Jan-11 3:30 
GeneralRe: HIDlibrary Pin
Vika Dev12-Jan-11 12:20
Vika Dev12-Jan-11 12:20 
GeneralRe: HIDlibrary - New location at GitHub Pin
David Mujica18-Jan-11 6:18
David Mujica18-Jan-11 6:18 
QuestionMessage Removed Pin
10-Jan-11 8:25
KCDude10-Jan-11 8:25 
AnswerRe: Bar Code Scanner Implementation Pin
Luc Pattyn10-Jan-11 8:44
sitebuilderLuc Pattyn10-Jan-11 8:44 
I'm not sure I understand your problem; I assume you have peripherals (bar code scanners) with a serial interface, and are using USB-to-serial cables. If so, I don't see where the USBSerialEmulator comes in:

1.
a USB-to-serial cable comes with its driver, making the serial port available to Windows and all interested apps. You typically can have as many as you want, and choose the port name.

2.
bar code readers just emulate a keyboard, all they do is emit a string corresponding to the bar code, so a little code snippet based on SerialPort should be good.

3.
furthermore most bar code scanners can be taught to add a prefix and a postfix string of your choice, so you could e.g. prefix something that identifies the scanner, and postfix a newline combination.

If all the above applies, simply have one serial data receiver handle all the scanners, look for the prefix, and dispatch the actual data to the appropriate destination.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

GeneralRe: Bar Code Scanner Implementation Pin
KCDude10-Jan-11 8:48
KCDude10-Jan-11 8:48 
GeneralRe: Bar Code Scanner Implementation Pin
Luc Pattyn10-Jan-11 8:53
sitebuilderLuc Pattyn10-Jan-11 8:53 
GeneralRe: Bar Code Scanner Implementation Pin
KCDude10-Jan-11 9:01
KCDude10-Jan-11 9:01 
AnswerRe: Bar Code Scanner Implementation Pin
Luc Pattyn10-Jan-11 9:21
sitebuilderLuc Pattyn10-Jan-11 9:21 
GeneralRe: Bar Code Scanner Implementation Pin
KCDude10-Jan-11 9:24
KCDude10-Jan-11 9:24 
GeneralRe: Bar Code Scanner Implementation Pin
Luc Pattyn10-Jan-11 9:54
sitebuilderLuc Pattyn10-Jan-11 9:54 
GeneralRe: Bar Code Scanner Implementation Pin
KCDude10-Jan-11 9:59
KCDude10-Jan-11 9:59 
GeneralRe: Bar Code Scanner Implementation Pin
Luc Pattyn10-Jan-11 10:14
sitebuilderLuc Pattyn10-Jan-11 10:14 
QuestionVB.NET RunWorkerCompleted not working Pin
Peter Schwennesen10-Jan-11 3:53
Peter Schwennesen10-Jan-11 3:53 
AnswerRe: VB.NET RunWorkerCompleted not working Pin
Luc Pattyn10-Jan-11 4:22
sitebuilderLuc Pattyn10-Jan-11 4:22 
AnswerRe: VB.NET RunWorkerCompleted not working Pin
Dave Kreskowiak10-Jan-11 4:22
mveDave Kreskowiak10-Jan-11 4:22 
GeneralRe: VB.NET RunWorkerCompleted not working Pin
Аslam Iqbal11-Jan-11 3:11
professionalАslam Iqbal11-Jan-11 3:11 
Questionproblem to translate C# to VB .NET Pin
Denis99999-Jan-11 23:20
Denis99999-Jan-11 23:20 
AnswerRe: problem to translate C# to VB .NET Pin
N a v a n e e t h10-Jan-11 0:14
N a v a n e e t h10-Jan-11 0:14 
GeneralRe: problem to translate C# to VB .NET Pin
Denis999910-Jan-11 1:00
Denis999910-Jan-11 1:00 
GeneralRe: problem to translate C# to VB .NET Pin
Luc Pattyn10-Jan-11 2:45
sitebuilderLuc Pattyn10-Jan-11 2:45 
GeneralRe: problem to translate C# to VB .NET Pin
Denis999910-Jan-11 3:28
Denis999910-Jan-11 3:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.