add basic serial communication

This commit is contained in:
Pavol Rusnak 2011-03-24 23:16:12 +01:00
parent 84a38e6cd9
commit 6ce8bb8228
2 changed files with 123 additions and 0 deletions

7
software/test-serial.py Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/python
from device import Device
d = Device()
d.open('')
d.close()