Hi, I have tried to follow this thread : https://www.b4x.com/android/forum/threads/can-bus.86516/
This is my receiving code:
B4X:
Sub Process_Globals
Public Serial1 As Serial
Private Can As MCP2515
End Sub
Private Sub AppStart
Serial1.Initialize(115200)
Log("AppStart")...