Unable to find a package for groovy, like cereal_port package in fuerte?
the cereal_port package in fuerte provides easy programming for USB port communication but i am unable to found such a package for groovy.
rosserial package in groovy is very much typed for communication with AVR or with a microcontroller running rosserial_client.
the problem is that I have a robot base having PIC microcontroller with FTDI device. means the base is having a microcontroller based circuit for motor control. the microcontroller can actually handle RS-232 and the FTDI device converts RS-232 data in to packets of USB to support the communication. I just need to send specific data to USB port.
I am unable to write a rosnode to send data on USB0 port?