Thanks, Olaf
I am not using a modem hence I delete the code for that section. It is a direct connection between the comport aand the rs-232 port of the sysmex usig rs-232 standard db9 cable.
How do i configure usb to mimic com port in device manager? how do i know which usb listed on the device manager correspond to the usb port physically?
If foxpro cannot achive it, send me Vb code to achieve it please.
Thanks again.
Main Topics
Browse All Topics





by: Olaf_DoschkePosted on 2009-05-27 at 16:06:03ID: 24488457
You have a comment " * Send the attention command to the modem.", but there is no code doing so. Seems you are waiting for a resonse to a sent command never sent.
In fact a USB/RS232 Adapter will work just as a normal COM port, just make sure in the device manager, it's configured to mimic a COM1 port. Some USB devices by default are set up as COM3.
Bye, Olaf.