我正试图通过can与车辆控制单元(VCU)进行通信。我已经计算出命令(索引、数据和频率),并可以通过PCanView on Windows验证其功能。现在,我使用带有python-can库的Nvidia系统发送相同的命令,并且可以使用candump验证这些命令。然而,当我在发送这些命令时为车辆引擎供电时,canbus就会结冰(这是当VCU开始期待我发送的can命令时,如果它没有收到预期的数据,它就会陷入故障状态)
我
我试图通过运行pip2 install python-can来安装一个包(Python),并得到以下错误:ERROR: Could not find a version that satisfies the requirement windows-curses (from python-can) (from versions: none)
Error: No matching distribution found for windows-curses