Reading Data from USB port

  • Thread starter Thread starter Anatoly Kurilin
  • Start date Start date
A

Anatoly Kurilin

Hi, is there any ActiveControl or a driver which is could use in an Access
application to read data from a USB (for instance, reading data from a bar
code reader connected to that USB).

Thanks in advance,
AK
 
Hi, is there any ActiveControl or a driver which is could use in an Access
application to read data from a USB (for instance, reading data from a bar
code reader connected to that USB).

Thanks in advance,
AK

Most barcode scanner can be operated in wedge mode (as opposed to
serial mode). When operating as such they can be read into any
control that currently is active and has control. So for example you
could scan directly into a text box or table.

Does this help, or where you looking for something to programmatically
read the usb port?

TB
 
I'm looking for something to programmatically read the usb port, simillar to
MSComm32.ocx or driver MXComm which I use to read or write data to a serial
port without using any API calls.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top