libicsneo/communication
Paul Hollinsky 9d5bad94d4 Encoder: Add 1 to host-to-device long format packets
Vehicle Spy 3 does this, it's a long-standing firmware idiosyncrasy.

Due to the way the device handles packets, this didn't cause a loss of
communication, only a "host to device byte" app error under certain
circumstances.
2021-11-16 19:35:20 -05:00
..
message Add description field for messages 2020-11-13 16:15:04 -05:00
packet VersionPacket: Use C++11 function signature 2021-06-11 18:40:50 -04:00
communication.cpp Device: Implement version handling 2021-05-05 02:17:38 -04:00
decoder.cpp Decoder: Allow older ResetStatus packets without voltage or temperature 2021-08-22 13:12:36 -04:00
driver.cpp Fix deadlock with Driver::write 2020-08-14 16:57:52 -04:00
encoder.cpp Encoder: Add 1 to host-to-device long format packets 2021-11-16 19:35:20 -05:00
ethernetpacketizer.cpp EthernetPacketizer: Coalesce small PC-to-device packets 2021-11-16 18:00:04 -05:00
multichannelcommunication.cpp MultiChannelCommunication: Resolve MSVC constexpr warning 2021-05-10 21:16:21 -04:00
packetizer.cpp Packetizer: Correct packet length check 2020-09-22 19:17:12 -04:00