added the Raspberry Pi native serial port ttyAMA* to serialList function
This commit is contained in:
parent
a0e685ef1c
commit
ba2716f968
1 changed files with 1 additions and 0 deletions
|
|
@ -1275,6 +1275,7 @@ def serialList():
|
|||
baselist = baselist \
|
||||
+ glob.glob("/dev/ttyUSB*") \
|
||||
+ glob.glob("/dev/ttyACM*") \
|
||||
+ glob.glob("/dev/ttyAMA*") \
|
||||
+ glob.glob("/dev/tty.usb*") \
|
||||
+ glob.glob("/dev/cu.*") \
|
||||
+ glob.glob("/dev/cuaU*") \
|
||||
|
|
|
|||
Loading…
Reference in a new issue