Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
import serial
serial_port = '/dev/tty.usbmodemfa131'
baud_rate = 115200
def run_server():
print 'Starting serial server...'
try: