1
0
Fork 0
forked from fun/fun

Some more serial stuff. (0.37.24)

This commit is contained in:
Johannes Findeisen 2025-12-28 03:00:58 +01:00
commit 384a7e4502
4 changed files with 125 additions and 1 deletions

View file

@ -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)
*/