Hello,
Have a few robotics projects that I would love to migrate over to the Galileo architecture, however reading through the technical FAQ it seems that the Serial library within the Arduino IDE is limited to 500,000bps max, stating that faster speeds would be available in the future.
Unfortunately the robotics servos I use require a 1mpbs TTL UART for communication, so without full speed support I am at a stuck point.
What is the estimated time of arrival for full speed serial support? Is there a workaround for the time being?
Also, do we have any realistic idea of what Software Serial will be able to support? 38400 baud @ 30hz update rate?