forked from arduino/Arduino
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit 3f57ed7
Added check when setting serial port parameters
This allows to detect for invalid baud rate settings in
particular on Linux where the kernel do not allow non-standard
baud rates on some devices.
See arduino#3389
See arduino#3351 1 parent c08d4fd commit 3f57ed7
1 file changed
+5
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 | - | ||
115 | + | ||
116 | + | ||
117 | + | ||
118 | + | ||
119 | + | ||
116 | 120 |
| |
117 | 121 |
| |
118 | 122 |
| |
|
0 commit comments