RS 232 ASCII input directly into MS Access 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know the easiest was to have Access read standard text input from
the com port on the PC into a field in a table or form? Is there a control I
can download or is it allready part of Access?

Thanks.
 
You might look at a product called WinWedge from TAL Technologies.
WinWedge is an executable program that runs in the background and
feeds incoming serial data directly to other apps either as
"keystrokes" or as DDE Data items. Access supports DDE so you could
use either method for transferring data from WinWedge to Access.
For more info about WinWedge visit:
http://www.taltech.com/products/winwedge.html

To see samples of how to pass data from WinWedge directly to an Access
table or an Access form see the code samples at:
http://www.taltech.com/support/dde_sw/ddeaccess1.htm
http://www.taltech.com/support/dde_sw/ddeaccess4.htm
 

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

Similar Threads


Back
Top