HummingBoard CBi RS485 and CAN bus
Test CAN bus communication
ip link set can0 up type can bitrate xxxxxxifconfig can0 upsudo apt-get install -y can-utils candump can0 >> /tmp/can_test &cansend can0 "123#1234"cat /tmp/can_testTest RS-485 communication
Last updated