Changelog for dupicolib
- Support for CXFER read mode
- Added pin '0' to board pin translation map to indicate an 'NC' pin
- Support for OSC_DET command on the dupico
- Breaking change, added another layer of abstraction for board command classes, to allow easier virtual commands implementation
- Escaping in FW version check is fixed
- Board pin remapping function can now ignore pins, if specified in their translation map, mapping them to negative values
- Reinitialize connection to the board (via DTR) only after the first failed connection attempt
- Make use of the binary protocol only
- Use DTR when retrying the connection to the board
- Removed support for text based protocol
- Support for multiple pin maps depending on model type
- Logging support during board connection
- Add code to parse and check fw firmware version
- Add support multiple command classes depending on hardware version and firmware
- Initial release