kahiroka / slcanuino

USB-CAN(SocketCAN) sketch for Arduino CAN-BUS shield
126 stars 42 forks source link

Fixing problem with converting from CAN to Serial Fast Packet messages #3

Closed olkiz closed 6 years ago

olkiz commented 6 years ago

I have fixed problem with converting NMEA2k fast packet messages to serial. Before this fix if there where Fast Packet message in the network, it was outputted to serial with garbage, or Arduino stopped (depending on compiler).

kahiroka commented 6 years ago

Thank you for fixing the problem.