标签: python can-bus
我是Python新手,想通过python发送CAN总线消息。我有NI USB适配器,我希望它能正常工作。我怎样才能走上正确的路?
答案 0 :(得分:1)
CAN msg通常是从系统路径发送的,供你在python脚本中生成CAN msg
使用以下格式
import os os.system(cansend 123#112233)
您可以使用此基本语法定义逻辑