Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crayzeewulf/libserial
/ Write
Method
Write
src/SerialPort.cpp:741–745 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
739
}
740
741
void
742
SerialPort::Write(const DataBuffer& dataBuffer)
743
{
744
mImpl->Write(dataBuffer) ;
745
}
746
747
void
748
SerialPort::Write(const std::string& dataString)
Callers
8
testSerialStreamToSerialPortReadWrite
Method · 0.80
testSerialPortDrainWriteBuffer
Method · 0.80
testSerialPortReadDataBufferWriteDataBuffer
Method · 0.80
testSerialPortReadStringWriteString
Method · 0.80
testSerialPortReadLineWriteString
Method · 0.80
serialPort1ThreadLoop
Method · 0.80
serialPort2ThreadLoop
Method · 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
testSerialStreamToSerialPortReadWrite
Method · 0.64
testSerialPortDrainWriteBuffer
Method · 0.64
testSerialPortReadDataBufferWriteDataBuffer
Method · 0.64
testSerialPortReadStringWriteString
Method · 0.64
testSerialPortReadLineWriteString
Method · 0.64
serialPort1ThreadLoop
Method · 0.64
serialPort2ThreadLoop
Method · 0.64