I really need to connect four serial devices to my mbed project the devices are:
CH Robotics UM6 IMU/AHRS,
RFM DNT900P 1 WATT RF Modem,
GM862-GPS Cellular/GPS module, (1 serial port for the GSM modem commands and 1 serial port for the GPS).
Note: I have the option of getting the GPS data from the GSM modem serial port, but I will have to have the program ask for it every second. I would much rather be able to connect to the dedicated GPS serial port that automatically streams the GPS data. Also, I have the option of using the GM862-GPS internal PYTHON interpreter and programming the GSM modem serial port to output the GPS data every second, but I don't want to have to learn PYTHON and I'm sure I will run into problems along this route.
So basically my question is can I connect the usb serial port on the mbed to a POLOLU usb-serial converter and then to one of my devices listed above? I know that I will have issues with the host/slave part of this.
Also, is it possible to use the mbed (real) USB host on my coolcomponents board to connect to my POLOLU usb-serial converter without having to write FTDI drivers on the mbed?
Thanks in advance, I know I'm missing something that's probably obvious.
I really need to connect four serial devices to my mbed project the devices are:
CH Robotics UM6 IMU/AHRS, RFM DNT900P 1 WATT RF Modem, GM862-GPS Cellular/GPS module, (1 serial port for the GSM modem commands and 1 serial port for the GPS).
Note: I have the option of getting the GPS data from the GSM modem serial port, but I will have to have the program ask for it every second. I would much rather be able to connect to the dedicated GPS serial port that automatically streams the GPS data. Also, I have the option of using the GM862-GPS internal PYTHON interpreter and programming the GSM modem serial port to output the GPS data every second, but I don't want to have to learn PYTHON and I'm sure I will run into problems along this route.
So basically my question is can I connect the usb serial port on the mbed to a POLOLU usb-serial converter and then to one of my devices listed above? I know that I will have issues with the host/slave part of this.
Also, is it possible to use the mbed (real) USB host on my coolcomponents board to connect to my POLOLU usb-serial converter without having to write FTDI drivers on the mbed?
Thanks in advance, I know I'm missing something that's probably obvious.