Skip to content

Commit 384eb37

Browse files
kubatreconbot
authored andcommitted
Add support for beaglebone serial ports. (#1600)
1 parent fb565fd commit 384eb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bindings/linux-list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Readline = require('@serialport/parser-readline');
55

66
// get only serial port names
77
function checkPathOfDevice(path) {
8-
return (/(tty(S|ACM|USB|AMA|MFD)|rfcomm)/).test(path) && path;
8+
return (/(tty(S|ACM|USB|AMA|MFD|O)|rfcomm)/).test(path) && path;
99
}
1010

1111
function propName(name) {

0 commit comments

Comments
 (0)