We are writing an application that runs on the Pocket PC which needs to
configure a Process controller that has a RS-485 interface. We have a USB to
RS-485 converter. From an iPAQ pocket PC we are connecting the ActiveSync
USB cable to the USB-to-RS485 converter. From the Device manager I am able
to see that there is a serial over USB driver named COM9:
I opened the COM9: port using the CreateFile API and tried to write to the
port. It gives me an error saying "Parameter is Incorrect" . While I do the
same with "COM2:" which has the IR mapped on to it, the data is being send
successfully.
Please help me as to how to communicate using the cradle communication port.