Hi All,
I would like to use the Arduino USB shield to communicate with a device that is using a FTDI ship to create a Virtual COM port. I have been looking into the documentation of the USB shield library, but I dont know if it will work.
Can the USB shield library be used to communicate (over USB) to a device that is communicating via a virtual COM port?
macoklein:
I would like to use the Arduino USB shield to communicate with a device that is using a FTDI ship to create a Virtual COM port. I have been looking into the documentation of the USB shield library, but I dont know if it will work.
The device you would like to talk to is an USB-Device. That USB-Device is using a FTDI chip? So you want to know how to write a driver for the Arduino USB Host Shield to control that device?
The USB Host Shield library has an example named "FTDI." It might be what you are looking for:
I also would like to use the Arduino USB shield to communicate with a device that is using a FTDI ship to create a Virtual COM port.
But the device setting is 38400 baud rate, 7 data bits, 1 stop bit, and odd parity. I don't know how to set them in the USB Host Shield library example named "FTDI." Does any one knows?
Hi All I'm from Pakistan,
I would like to communicate with a device that is using a FTDI ship to create a Virtual COM port. Which would be the best and cheaper way to implement this?? i don't wanna to use RaspberryPi or OrangePi to implement this one. Actually i wanna to use esp32