open-serial-port-monitor icon indicating copy to clipboard operation
open-serial-port-monitor copied to clipboard

Baudrate higher than 115 kbps with Arduino boards ?

Open SuperUserNameMan opened this issue 4 years ago • 3 comments

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.

SuperUserNameMan avatar Jul 18 '20 15:07 SuperUserNameMan

It's like a two minute edit, if you wanna get into it...

pauleffect90 avatar Sep 07 '20 01:09 pauleffect90

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.

SuperUserNameMan avatar Sep 07 '20 07:09 SuperUserNameMan

My fork here https://github.com/snake-4/open-serial-port-monitor works with all baud rates.

snake-4 avatar Nov 20 '23 04:11 snake-4