Click here to Skip to main content
15,894,017 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionAddIn not responding in VS.Net 2003 Pin
Ruhina30-May-06 2:53
Ruhina30-May-06 2:53 
QuestionWebBrowser control and Flash in .NET Compact Framework Pin
jseiler29-May-06 21:55
jseiler29-May-06 21:55 
QuestionSerial Port Data Received Events Pin
elcheah29-May-06 14:44
elcheah29-May-06 14:44 
AnswerRe: Serial Port Data Received Events Pin
Office Lineman30-May-06 7:18
Office Lineman30-May-06 7:18 
GeneralRe: Serial Port Data Received Events Pin
elcheah30-May-06 23:13
elcheah30-May-06 23:13 
GeneralRe: Serial Port Data Received Events Pin
Office Lineman31-May-06 5:42
Office Lineman31-May-06 5:42 
GeneralRe: Serial Port Data Received Events Pin
elcheah31-May-06 17:08
elcheah31-May-06 17:08 
GeneralRe: Serial Port Data Received Events Pin
Office Lineman31-May-06 19:52
Office Lineman31-May-06 19:52 
Yes, TWAIN is for image acquisition from imaging devices like scanners and digital cameras.

A bar code scanner, on the other hand, is not an imaging device. They could require one of many interfaces. Most USB bar code scanners emulate keyboard input. A simple way to test this, if the bar code scanner is set up, is to open Notepad, focus in the text area, and scan a bar code--like off a box of food or a book.

If, by "scanner" earlier, you meant a bar code scanner, and it supports a virtual COM port, then you can, in fact, use the SerialPort class to connect to that virtual COM port and translate that data as needed. I used SoftCom32 when I first started with a serial (RS232) bar code scanner; it's a tray app that does exactly that--monitors the COM port for data, then emulates keystrokes. I've since replaced it with a sloppy little number I wrote in C# to interface directly to my app, so I don't get stray scans.


--
I've killed again, haven't I?
GeneralRe: Serial Port Data Received Events Pin
elcheah31-May-06 21:50
elcheah31-May-06 21:50 
GeneralRe: Serial Port Data Received Events Pin
Office Lineman1-Jun-06 7:06
Office Lineman1-Jun-06 7:06 
GeneralRe: Serial Port Data Received Events Pin
elcheah1-Jun-06 16:35
elcheah1-Jun-06 16:35 
GeneralRe: Serial Port Data Received Events Pin
elcheah1-Jun-06 20:20
elcheah1-Jun-06 20:20 
GeneralRe: Serial Port Data Received Events Pin
elcheah2-Jun-06 0:10
elcheah2-Jun-06 0:10 
GeneralRe: Serial Port Data Received Events Pin
Office Lineman2-Jun-06 6:24
Office Lineman2-Jun-06 6:24 
QuestionProtecting a .Net app and implementing a trial period - how? [modified] Pin
nzmike28-May-06 17:04
nzmike28-May-06 17:04 
AnswerRe: Protecting a .Net app and implementing a trial period - how? [modified] Pin
nzmike31-May-06 17:20
nzmike31-May-06 17:20 
AnswerRe: Protecting a .Net app and implementing a trial period - how? [modified] Pin
Eric Dahlvang1-Jun-06 3:23
Eric Dahlvang1-Jun-06 3:23 
AnswerRe: Protecting a .Net app and implementing a trial period - how? [modified] Pin
jkirkerx4-Jun-06 11:10
professionaljkirkerx4-Jun-06 11:10 
Questionhow to add custom property to datagridview.columns? Pin
ianoseb28-May-06 11:58
ianoseb28-May-06 11:58 
QuestionWindows Vista and Audio/Video functions Pin
[DK]KiloDunse27-May-06 20:33
[DK]KiloDunse27-May-06 20:33 
QuestionCopies of CLR Pin
Imtiaz Murtaza27-May-06 2:20
Imtiaz Murtaza27-May-06 2:20 
AnswerRe: Copies of CLR Pin
Igor Sukhov28-May-06 19:05
Igor Sukhov28-May-06 19:05 
Questionhow to generate reports using microsoft reporting service? Pin
lin_xen_mung26-May-06 17:24
lin_xen_mung26-May-06 17:24 
AnswerRe: how to generate reports using microsoft reporting service? Pin
Kevin McFarlane31-May-06 3:03
Kevin McFarlane31-May-06 3:03 
QuestionTwo packets send to Web Service Pin
riwanlky26-May-06 4:52
riwanlky26-May-06 4:52 

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.