latest error hint is `.raise effects differ`.
So try cloning the serial.nim libray and fix the raised error types (in serialport_common.nim change InvalidSerialPortError, InvalidSerialPortStateError, etc. from `object of Exception` into `object of IOError`). Then nimble install from within (serial.nim) to overwrite (till original lib gets adjusted) the local installation.
