pyxcp icon indicating copy to clipboard operation
pyxcp copied to clipboard

pc_pcan.py state config should be of type BusState

Open torgrimb opened this issue 5 years ago • 2 comments

I just tested using the updated python-can binding with pyxcp. Works like magic, however I had to update the 'STATE' config to type BusState instead of string in pc_pcan.py in the transport to get mine to work at least.

torgrimb avatar Jul 10 '20 17:07 torgrimb

Ah OK, so far I've only tested SocketCAN communication.

christoph2 avatar Jul 10 '20 18:07 christoph2

I created a small oneliner fix with what worked for me at #52

torgrimb avatar Jul 10 '20 20:07 torgrimb