Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crayzeewulf/libserial
/ WriteByte
Method
WriteByte
src/SerialPort.cpp:753–757 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
751
}
752
753
void
754
SerialPort::WriteByte(const char charBuffer)
755
{
756
mImpl->WriteByte(charBuffer) ;
757
}
758
759
void
760
SerialPort::WriteByte(const unsigned char charBuffer)
Callers
11
main
Function · 0.95
testSerialPortFlushInputBuffer
Method · 0.80
testSerialPortFlushOutputBuffer
Method · 0.80
testSerialPortFlushIOBuffers
Method · 0.80
testSerialPortIsDataAvailableTest
Method · 0.80
testSerialPortGetNumberOfBytesAvailable
Method · 0.80
testSerialPortReadByteWriteByte
Method · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
3
NotOpen
Class · 0.85
call_with_retry
Function · 0.85
IsOpen
Method · 0.45
Tested by
7
main
Function · 0.76
testSerialPortFlushInputBuffer
Method · 0.64
testSerialPortFlushOutputBuffer
Method · 0.64
testSerialPortFlushIOBuffers
Method · 0.64
testSerialPortIsDataAvailableTest
Method · 0.64
testSerialPortGetNumberOfBytesAvailable
Method · 0.64
testSerialPortReadByteWriteByte
Method · 0.64