Works with T-Beam Exercise 25_motioncal
This commit is contained in:
parent
c24740cd8f
commit
9c410dae0c
7 changed files with 744 additions and 54 deletions
|
|
@ -49,6 +49,7 @@
|
|||
// is a long list, but each entry takes only a few bytes and a quick strcmp()
|
||||
static const char *devnames[] = {
|
||||
"S", // "normal" Serial Ports - MANY drivers using this
|
||||
"t", // local udev symlinks, /dev/ttyt*
|
||||
"USB", // USB to serial converters
|
||||
"ACM", // USB serial modem, CDC class, Abstract Control Model
|
||||
"MI", // MOXA Smartio/Industio family multiport serial... nice card, I have one :-)
|
||||
|
|
@ -289,5 +290,3 @@ wxArrayString serial_port_list()
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue