PaulFirs

Results 5 comments of PaulFirs

Are there any updates on this issue? It seems to be a pretty relevant question.

@sveinse Yes, you’re right, it’s not required. For some reason, I thought that was a given. Apologies for the confusion! My main use case for RTR with LocalNode is for...

On the lower-level side of things: python-can does handle RTR messages just fine! It sees them and passes them on like any other CAN frame. I took advantage of this...

@acolomb Yes, I am using a LocalNode. I have added a callback function for the SYNC event network.subscribe(0x080, sync_pdo_callback). When a node receives SYNC, I check the PDOs and, if...

@acolomb I understand your approach to a minimalistic transmit function. But if LocalNode is meant to be a quick way to create CANopen devices based on an EDS file, the...