-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frames showing in console but not in the main window #857
Comments
So it's a problem with how the data is sent to the serial? I already found a solution by using another software but can you send here the exact format the frames should have? Just so if someone else has the same problem can see the solution |
Sorry for not including the link. Here is the manual for the original Lawicel CANUSB dongle. https://www.canusb.com/files/canusb_manual.pdf It details the ASCII frame format on Page 7 onwards. |
Hello, I'm trying to read the CAN frames of my motorcycle.
I'm on Windows 10 and I'm using and Arduino Nano connected to a MCP2515 to connect to my diagnostic port. On the Arduino IDE I can correctly read the frames. When I start SavvyCAN I make a new connection with the LAWICEL protocol, set speed at 250000 and then enable console, from which I can see frames coming in, but after I close the connection window nothing happens on the main window and no frames are shown. I tried multiple binaries and the last development version but I can't seem to get frames.
The text was updated successfully, but these errors were encountered: