changed device to standard (was compatible with OSX)

This commit is contained in:
Alex Koren 2016-11-04 11:45:53 -07:00
parent 398b9964a1
commit 09947d5a2c

View file

@ -22,7 +22,7 @@ import sys
import os
e = "\xff\xff\xff"
deviceName = '/dev/tty.usbserial-AK05BVRH' #MAKE SURE THIS IS THE CORRECT DEVICE
deviceName = '/dev/ttyUSB0' #MAKE SURE THIS IS THE CORRECT DEVICE
CHECK_MODEL = 'NX3224T024'
def getBaudrate(ser, fSize=None):