mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 21:03:59 +02:00
add basic serial communication
This commit is contained in:
parent
84a38e6cd9
commit
6ce8bb8228
2 changed files with 123 additions and 0 deletions
7
software/test-serial.py
Executable file
7
software/test-serial.py
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
from device import Device
|
||||
|
||||
d = Device()
|
||||
d.open('')
|
||||
d.close()
|
Loading…
Add table
Add a link
Reference in a new issue