Skip to content

Instantly share code, notes, and snippets.

@david-casagrande
Created February 15, 2017 16:14
Show Gist options
  • Select an option

  • Save david-casagrande/b9553d38a1aeaee1b740af52cf890992 to your computer and use it in GitHub Desktop.

Select an option

Save david-casagrande/b9553d38a1aeaee1b740af52cf890992 to your computer and use it in GitHub Desktop.
soil-sensor-server
import serial
ser = serial.Serial([YOUR SERIAL ADDRESS], 9600)
while True:
print ser.readline()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment