added analysis and tools

This commit is contained in:
ken
2022-11-26 22:52:19 -08:00
parent 7b3b988f01
commit e9c9c7b65e
8 changed files with 946 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# IPython log file
import serial
s=serial.Serial('/dev/tty.usbserial-A107LYF1')
s.baudrate = 115200
s.write(b'hello\n')
s.write(b'HELLO\n')
s.write(b'thisisareallylongstringbut not long enough to overflow')
s.baudrate=9600
s.write(b'HELLO fake GPS\n')