I am using the improved flex can library and I have it reading Messages fine using
FRWJCAN =msg.buf*256 +msg.buf;
if (FRWJCAN> 32768)
{
FRP = (FRWJCAN- 65536)*1.00;
}
...
Hey I got my project working and can get it to read CAN messages all day! thanks for that.
Now I have a question of how i can send a can message using that code.
Is it like Can0.write(msg)? how do I tell it...
Hey, does anyone know the current draw from changing the clock speed from stock to 240? I need really fast calculations but there is a ton of stuff attached to the arduino so im trying to be a little bit more consious...