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 fb565fd commit 384eb37Copy full SHA for 384eb37
lib/bindings/linux-list.js
@@ -5,7 +5,7 @@ const Readline = require('@serialport/parser-readline');
5
6
// get only serial port names
7
function checkPathOfDevice(path) {
8
- return (/(tty(S|ACM|USB|AMA|MFD)|rfcomm)/).test(path) && path;
+ return (/(tty(S|ACM|USB|AMA|MFD|O)|rfcomm)/).test(path) && path;
9
}
10
11
function propName(name) {
0 commit comments