Some more serial stuff. (0.37.24)
This commit is contained in:
parent
a1c545c6a2
commit
384a7e4502
4 changed files with 125 additions and 1 deletions
|
|
@ -48,3 +48,8 @@ fun test_serial()
|
|||
print("Could not open serial port (this is expected if /dev/ttyUSB0 doesn't exist or no permission)")
|
||||
|
||||
test_serial()
|
||||
|
||||
/* Possible output:
|
||||
Attempting to open serial port: /dev/ttyUSB0
|
||||
Could not open serial port (this is expected if /dev/ttyUSB0 doesn't exist or no permission)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue