libicsneo/communication
Paul Hollinsky 574530978c 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 20:03:41 -05:00
..
message Message: Create a type system so non-frame data can be represented 2021-05-22 01:58:36 -04:00
packet Merge branch 'master' into v0.3.0-dev 2021-06-11 18:54:36 -04:00
communication.cpp Communication: Support extended commands 2021-09-20 23:07:49 -04:00
decoder.cpp Merge branch 'master' into v0.3.0-dev 2021-08-22 13:15:54 -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 20:03:41 -05:00
ethernetpacketizer.cpp EthernetPacketizer: Coalesce small PC-to-device packets 2021-09-23 21:29:15 -04: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