Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainflow-dev/brainflow
/ is_port_open
Method
is_port_open
src/utils/os_serial.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
bool OSSerial::is_port_open ()
24
{
25
return (this->port_descriptor != NULL);
26
}
27
28
int OSSerial::open_serial_port ()
29
{
Callers
4
close_serial_port
Method · 0.95
open_port
Method · 0.45
open_port
Method · 0.45
open_port
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected