thunderbug1 / Spherebot-Host-GUI

Qt based GUI to control the spherebot
54 stars 60 forks source link

Non-hardcoded serial baud rate #5

Closed JamesT42 closed 10 years ago

JamesT42 commented 10 years ago

Please implement the possibility to set the baud rate manually. My Arduino seems to have some trouble with the high speed.

connerk commented 10 years ago

does it work to change it in spherebot.ino line 77?

void setup() { Serial.begin(256000); Serial.print(VERSIONCODE); Serial.print("\n");

thunderbug1 commented 10 years ago

you will have to change it in the arduino code as well as in the Qt code and recompile the gui

JamesT42 commented 10 years ago

Thanks, I got it changed. But hardcoded baudrate is still pretty wacky ;)