1 write to maxByteCountForSingleChar
System (1)
sys\system\io\ports\SerialPort.cs (1)
313
maxByteCountForSingleChar
= encoding.GetMaxByteCount(1);
1 reference to maxByteCountForSingleChar
System (1)
sys\system\io\ports\SerialPort.cs (1)
1251
singleCharBuffer = new char[
maxByteCountForSingleChar
];