Skip to content

Add a basic can test

Adam Roddick requested to merge adamroddick/can-tests into main

Towards #3 (closed)

This adds a simple Perl script which acts as a CAN test. It uses candump to receive CAN messages. It then uses the return code from system() call to output a message whether it successfully received a CAN signal or not.

Edited by Adam Roddick

Merge request reports