Hi,
i want to send a simple can message to a maxon motor.
I cant find the right interface. Where do I find the interface of the AGX?
Right now i have:
bus = can.Bus(interface = ‘socketcan’, channel = ‘can0’, receive_own messages=True)
msg =can.Message(arbitration_id =0x1, is_extended_id =True, data [24])
bus. send(msg)
The message is sent to socketcan. But my stepper motor isn’t working. Might there be a mistake for my interface?
Best regards,
Laura