Citation:
Envoyé par MecaTech
|
5. Send Data
CAN.sendMsgBuf(INT8U id, INT8U ext, INT8U len, data_buf);
is a function to send data onto the bus. In which:
"id" represents where the data come from.
"ext" represents the status of the frame. '0' means standard frame. '1' means extended frame.
"len" represents the length of this frame.
"data_buf" is the content of this message.
J'ai pas tout compris comment ça marche ???
Je ne vois pas comment on specifie l'ID que l'on veut émettre ...