Skip to content

Instantly share code, notes, and snippets.

@taesamja
Created January 5, 2017 05:11
Show Gist options
  • Save taesamja/3e5883b2029caf9395dbb5302810f422 to your computer and use it in GitHub Desktop.
Save taesamja/3e5883b2029caf9395dbb5302810f422 to your computer and use it in GitHub Desktop.
# python 2.7 version
from serial import Serial
ser = Serial('COM6', 9600)
while 1:
print ser.readline()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment