SINTEF-9012 / JArduino

Program your Arduino in Java
https://github.com/SINTEF-9012/JArduino/wiki
176 stars 63 forks source link

Compilation error #85

Closed Munoon closed 5 years ago

Munoon commented 5 years ago

Hi! Trying to install your JArduino firmware on my Arduino UNO and have compilation problem in Arduino's program. image Most of messages in russion, but the main point is that Arduino's program can't compile your code for Arduino UNO.

Sorry for my bad english.

brice-morin commented 5 years ago

I guess the easiest fix would be to manually edit this line and replace baud by 9600.

Munoon commented 5 years ago

Yes, that works. Thank you!