2013-02-28 02:42 AM
Hello!
I want to create a network of MCUs, and I want every item to have an ID.Messages should be addressed to one item by id or to any item in network.For example, in item with id 5 can send message to id 98 and this message can be read only by 98 item. Anothe situation: 7th sends message to 255 and every item reads this message.As I think, it should be right to pack addressing and sender id onto message header and leave 8-bytes data field for data only.How can I ralize that?Thank you! #can #stm8s208