Skip to content

Instantly share code, notes, and snippets.

@jhowliu
Created July 7, 2015 03:21
Show Gist options
  • Save jhowliu/8ff68beba150f40de288 to your computer and use it in GitHub Desktop.
Save jhowliu/8ff68beba150f40de288 to your computer and use it in GitHub Desktop.
import serial
if __name__ == '__main__':
ser = serial.Serial(SerialPort, Baud)
line = ser.readline()
while line
line = ser.readline()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment