You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
1 200
2 400
4 800
9 600
19 200
38 400
57 600
74 880
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.
The text was updated successfully, but these errors were encountered:
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.
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 :
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.
The text was updated successfully, but these errors were encountered: