Is it possible to hang a USB-to-Serial cable off the micro USB connector on the Fio V3?
Background
My Fio V3-based application controls a serial device remotely using an XBee. It uses Serial1 to talk to the XBee, and SoftwareSerial on pins 10 and 11 to talk to the serial device. That part works fine.
This leaves the micro SD connector essentially free, since the FIO can be powered separately via the 3V3 and GND pins.
The box with the FIO will be installed in close proximity to a wireless router that has a spare DB-9 connector, which can be mapped to a TCP port and accessed from the internet.
It would be really convenient to be able to connect the micro USB connector on the FIO with the spare DB-9 connector on the router to allow us to access the FIO’s Serial port from the internet. This would give us redundant communication paths by which we can control the serial device, which is highly desirable for our application.
Apparent (Non) Solution
I found a device that has the right set of connectors, and would allow us to power the Fio via the USB connector as well, the StartTech ICUSBANDR232 https://www.startech.com/Cards-Adapters … USBANDR232. However, it is made for the Android, and I have not been able to get data to flow down the serial cable using the Fio.
So, back to the main question: Is it possible to connect a USB-to-Serial cable to the micro USB port on the Fio V3?
Thanks,
jw