Hello folks.
I read data from a PIC 18F442 with [comport]. This works great but unfortunately I need an USB to the RS232 converter to use my Laptop.
It would be easy to design an UART to USB converter using the IC FT232 (http://www.dharmanitech.com/2008/07/usart-to-usb-converter-using-ft232bm.html)
But I don't know what kind of object I have to use to read the data coming in from the USB interface.
Somebody has any idea?