I have hardware that communicates with the PC for the serial port, but some people are requesting me to develop a system similar with communication USB. Now we are using a USB to RS232 converter, but the idea is to avoid the converter and to connect the system directly to the USB. There are electronic components as the SP5301 that are USB transceiver but what I don't know is as carrying out the communication with the administration software that this in the PC.
Main Topics
Browse All Topics





by: robert_marquardtPosted on 2004-01-13 at 22:30:44ID: 10111414
This is not possible. USB is not a serial line but a serial bus.
Data transfer is not port oriented but device oriented.
Please tell what you want to achieve.
Manipulations are only possible from driver space.