Hi
We're building a polargraph on top of a aduino pro (it was lying around in the lab).
After a lot of trouble uploading the firmware we finaly have it running.
When i go to the arduino serial console, it write some random stuffs, but if i change the baudrate to 28800 i get the proper messages :
POLARGRAPH ON!
Loaded machine width:650
Loaded machine height:650
Loaded mm per rev:65535.00
Loaded motor steps per rev:400
Recalculated pageWidth in steps (43789)
Recalculated pageHeight in steps (43789)
Loaded machine name:ÿÿÿÿÿÿÿÿ
Recalculated mmPerStep (20.48) and stepsPerMM (0.05)
READY
MEMORY,512,END
But we are not able to set the baudrate of the polargraph controler =(
We found that if we save the configuration in a file, there's a baud rate variable, but even if we change it manualy and reload the config, the device is still not found by the controler.
Now we're going to search in the sourcefile and recompile the controler with the proper baudrate, if you have any ideas, it's more than welcome !
|