794ee9989a
Add cel_serial_platform_open/close/read/write/flush for Windows using CreateFileA, DCB for baud/8N1, and SetCommTimeouts for non-blocking reads. serial.c now delegates all operations to the platform backend via a cel_serial_platform_handle, and test_serial.c mocks that backend with CMock.