2018-01-01 01:29 PM
aHello friends ,
I have a few questions about Receive in Canbus
if i want Receive message with interruption I must use HAL_CAN_Receive_IT
How can i Be aware of the existence of a new message ?
How can i set device ID ?
2018-01-01 02:00 PM
I started by using a CanDo unit from the UK.
I made that unit transmit every 10mS, then I worked on my receiver.
do you have a commercial unit like that for testing ?
2018-01-01 07:19 PM
I've got a Ginkgo USB-Can Adapter which can send packets manually or automatically. There is no 'device ID'. You need to setup the receive ID and mask to configure the device to receive a specific packet ID or IDs. I just learned this as well.