Search found 1 match

by Ghost114
Tue Jun 16, 2020 8:47 am
Forum: MicroPython pyboard
Topic: CAN Bus
Replies: 12
Views: 13452

Re: CAN Bus

if you initialise your can bus with :
can1.init(CAN.NORMAL, extframe=False)
the default baudrate is 28kbits/s.

This was tested with a logic analyzer.