pyvit doesn't show any CAN frame
eduardohs24 opened this issue · 1 comments
eduardohs24 commented
I am having a problem running an easy script which only print the data CAN bus.
I have a CANtact V1.0 device and I installed pyserial 3.2.1, future 0.16.0 and pyvit 0.2.0. When I running the script, it doesn't return any data.
This is the script:
And this is the image when I runned the script.
By other hand, I was debugging the script and when it running the line print(dev.recv()), this returns none in self.target_time in serialutil.py.
Could someone help me, please?
Kind regards.
eduardohs24 commented