OpenRGB/serial_port
Armin Wolf fa52f4d7e0 Disable input and output processing on Unix serial ports
Disabling output processing is necessary since otherwise
sending a LF character (ASCII 0x0A) will automatically insert
a CR character (ASCII 0x0D).
Disabling input processing should prevent this when
receiving data.
2023-09-16 23:14:49 -05:00
..
find_usb_serial_port.h Modifying find_usb_serial_port() to return a vector 2020-07-31 08:47:39 -05:00
find_usb_serial_port_linux.cpp More warning fixes 2020-09-02 19:03:43 -05:00
find_usb_serial_port_win.cpp Modifying find_usb_serial_port() to return a vector 2020-07-31 08:47:39 -05:00
serial_port.cpp Disable input and output processing on Unix serial ports 2023-09-16 23:14:49 -05:00
serial_port.h Allow for setting DTR on a serial port 2023-09-16 23:14:49 -05:00