serial icon indicating copy to clipboard operation
serial copied to clipboard

Serial port configuration library for Zig

Results 12 serial issues
Sort by recently updated
recently updated
newest added

On Windows, it appears that the COM port might end up one byte too short. From some investigation, this appears to be due to assuming the buffer returned is a...

For Windows COM ports, check whether the last byte is a zero-sentinel or not instead of assuming. Closes https://github.com/ZigEmbeddedGroup/serial/issues/43 list.exe [master] Note the BthModem COM ports are one character too...