Search found 1 match
- Mon Jan 08, 2018 7:38 am
- Forum: Technical Discussion
- Topic: CAN CUMMUNICATION OSERROR:16
- Replies: 2
- Views: 835
CAN CUMMUNICATION OSERROR:16
Hello, I am trying to communicate via CAN but I am always gettitn an OsError_16 after trying to send three messages. However in the bus I dont see those messages. Here is my code: # Untitled - By: Juan - lu. ene. 8 2018 import sensor, image, time, utime import pyb can = pyb.CAN(2) #The bus 2(PB12, P...