We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca868a1 commit e227d28Copy full SHA for e227d28
Examples_USB/RFE_Example_USB_2.py
@@ -65,7 +65,7 @@ def ControlSettings(objRFE):
65
# global variables and initialization
66
#---------------------------------------------------------
67
68
-SERIALPORT = None #serial port data
+SERIALPORT = None #serial port identifier, use None to autodetect
69
BAUDRATE = 500000
70
71
objRFE = RFExplorer.RFECommunicator() #Initialize object and thread
0 commit comments