I am communicating using a Canbus port on my TS-7250-V3 embedded controller board.
At first, I was using my code which implements the Linux SocketCAN interface, and saw continuous bus activity once I sent out the first Can packet. I had one device connected to the bus for testing, and removed it so I could see there the constant transmissions were coming from.The external device was removed and there was still activity on the bus.
I then removed my code, rebooted the board and tried the following commands.
ip link set can0 up type can bitrate 1000000
And sent one message: cansend can0 7Df#03010c
After that command, there is continuous can activity on the bus.
Please help and offer suggestions/comments.
Thanks!
Coleman