open-serial-port-monitor
open-serial-port-monitor copied to clipboard
Baudrate higher than 115 kbps with Arduino boards ?
Hello,
I wanted to use your application to debug a serial communication from some Arduino boards. But I can't select baudrates higher than 115 kbps.
Do you still want to develop this project ?
Arduino boards work with all these baudrates :
- [ ] 300
- [x] 1 200
- [x] 2 400
- [x] 4 800
- [x] 9 600
- [x] 19 200
- [x] 38 400
- [x] 57 600
- [ ] 74 880
- [x] 115 200
- [ ] 230 400
- [ ] 250 000
- [ ] 500 000
- [ ] 1 000 000
- [ ] 2 000 000
The ASCII serial monitor of the Arduino IDE uses a listbox with all the values above, but some other devices might use non standard baudrates not listed here. The COM terminal of Putty let us write the baudrate value into a text box instead, but here again it is ASCII terminal only.
It's like a two minute edit, if you wanna get into it...
I tried just after posting the issue, but I could not compile using Mono, and I did not want to install the C# SDK. Coding my own serial monitor using a spare Arduino board and Putty was simpler. I moved to Linux since then.
My fork here https://github.com/snake-4/open-serial-port-monitor works with all baud rates.