Skip to content

Commit e227d28

Browse files
authored
Update RFE_Example_USB_2.py
1 parent ca868a1 commit e227d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples_USB/RFE_Example_USB_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def ControlSettings(objRFE):
6565
# global variables and initialization
6666
#---------------------------------------------------------
6767

68-
SERIALPORT = None #serial port data
68+
SERIALPORT = None #serial port identifier, use None to autodetect
6969
BAUDRATE = 500000
7070

7171
objRFE = RFExplorer.RFECommunicator() #Initialize object and thread

0 commit comments

Comments
 (0)