OSError 16 about can bus communicate

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
wwsheldons
Posts: 31
Joined: Wed Dec 02, 2015 1:47 pm

OSError 16 about can bus communicate

Post by wwsheldons » Tue May 17, 2016 8:35 am

when I run the order 'can.send('12345678',0x7ff)' in the commend window, the system return the error : OSError 16. what is it?

PappaPeppar
Posts: 30
Joined: Thu Dec 18, 2014 10:38 pm

Re: OSError 16 about can bus communicate

Post by PappaPeppar » Sat May 21, 2016 6:24 am

I would guess that your tx-fifo is full.

Post Reply