Recommendation for serial communications in Access 2007

Posted by bglenn on Stack Overflow See other posts from Stack Overflow or by bglenn
Published on 2010-02-15T19:00:16Z Indexed on 2010/04/04 14:13 UTC
Read the original article Hit count: 397

Filed under:
|

I need to communicate with a bar code scanner connected over a serial port in Microsoft Access. In older versions of Access I was able to use a wrapper around MSCOMM32.ocx that no longer seems to work. I can't use wedge communication because I need to use ACK/NACK which is only supported through the RS232 interface and I need to send messages to the scanner, which is also only supported through the RS232 interface.

Are there any controls in widespread use that support serial communication in Access 2007?

EDIT: In case anyone comes across this, the newest version of MSCOMM32.ocx (I believe dated 3/09) still works fine as of this writing. It is older versions of MSCOMM32.ocx that do not work.

© Stack Overflow or respective owner

Related posts about serial-port

Related posts about ms-access-2007