Search found 1 match

by mattdudu
Wed Dec 18, 2019 2:23 pm
Forum: MicroPython pyboard
Topic: can bus: the function 'recv' don't operate
Replies: 0
Views: 2178

can bus: the function 'recv' don't operate

Hi i want use a CAN bus between my micropython and my PC, i can send a message but i can't receive my message whereas the message is acknowledge i use the CAN 1 (Y3 and Y4) and the driver MCP2562 my program is: # main.py -- put your code here! import pyb from pyb import CAN import os file=open('moti...