You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Collin,
I'm having some problems using your library.
I'm trying to use your TrafficSnooper example but when I open the Can Interface with
Can0.begin(CAN_BPS_125K);
it doesn't work at all.
But when I use
Can0.beginAutoSpeed();
instead it detects the proper speed and works perfectly fine.
I am using a Can Transciever based on a TJA1042T/3 chip I've build myself and I doubt it's the source of the problem since it works without issues when I use the automatic speed detection.
Thanks in advance for your answer!
The text was updated successfully, but these errors were encountered:
Hello Collin,
I'm having some problems using your library.
I'm trying to use your TrafficSnooper example but when I open the Can Interface with
Can0.begin(CAN_BPS_125K);
it doesn't work at all.
But when I use
Can0.beginAutoSpeed();
instead it detects the proper speed and works perfectly fine.
I am using a Can Transciever based on a TJA1042T/3 chip I've build myself and I doubt it's the source of the problem since it works without issues when I use the automatic speed detection.
Thanks in advance for your answer!
The text was updated successfully, but these errors were encountered: