Replies: 3 comments 4 replies
-
What do you mean you set the baud rate to 115200? Savvycan doesnt ask you to set a serial speed as it's handled behind the scenes and always the same value. But, it makes sense if you're trying to also connect with a serial terminal to test things. Are you using the original candue or an esp32due? The older CanDue actually is USB native and so no baud rate you set will make any difference. It always runs as fast as it can. The ESP32 based boards aren't USB native and run at a serial speed of 1000000. |
Beta Was this translation helpful? Give feedback.
-
Ok, that's an older design but there's nothing wrong with it. That design is actually USB native and can sustain incredibly high bus load without dropping any frames. Anyway, the first thing I would do is re-flash the board to see if perhaps it isn't running the proper software or something got corrupted. That you had to uncheck to verify the connection is telling. Without validation it'll say it is connected even if it really isn't working. There is a binary updater here: https://www.savvycan.com/GVRETupdate.zip unzip that, plug in the board, and run the appropriate script file for your OS. It appears you mentioned Windows so that'd be the .bat file for you. This should find the board and program it. Afterward you should disconnect USB, plug it back in, and try again. You should always have validation turned on. If it doesn't work with validation turned on then it probably really isn't working. |
Beta Was this translation helpful? Give feedback.
-
Hmmm... maybe something got really jammed. Usually that doesn't happen but it can. One thing you can try is to remove the top board (carefully... the pins are kind of long and like to bend) and then hold down the erase button on the bottom board for 2 seconds (while the board is connected to USB). Then disconnect and reconnect. You should be able to flash the program while the top board is still off. This will totally zap whatever is currently flashed to the board. Sometimes that make life easier. Though, it just dawned on me another issue you may be having. The original Arduino Due which should be what the bottom board is, has two USB ports on it. We always use the "native" port. There is also a "programming" port. For some silly reason they don't seem to label them but I'm pretty sure the upper one is the native port (it's been a while since I used one of these). So, you might try that one instead. It still ought to have be able to use the bottom port to flash, hence calling it the "programming" port but it can't hurt to try the other one just to be sure. |
Beta Was this translation helpful? Give feedback.
-
Hi there everybody and happy new year to you.
As a newbie I hope this is something very simple and as such I am reaching out for the tick box that makes Savvycan and GVRET work.
Ordered Candue unit from EVTV a few weeks ago and it arrived promptly. Saved the package for Christmas and started configuring just before the break.
Download all the drivers etc, from Collin's Github and the Due eventually uploaded and verified in Arduino IDE. All good so far.
Installed Savvycan on Three PC's 1 Home desktop and two laptops all running W10 Kernal 22H2.
Problem start when the Connection window is opened and loaded GVRET driver and set serial baud rate and can speed.
Console window opens and enabled, I cam also send hex codes and text ( Flicking led on Due works )
Driver says Connected. But no Can mesages appear when I select 'Start Capturing' have connected the two wires to Can0L and Can0H. ( works with my previous Can bus sniffer ) I set the can speed to 500000 and The baud rate to 115200. If I revert to my previous Can hacker unit works as soon as I attach the two wires.
I believe my new toy to be vastly superior.
All help hugely appreciated no matter how small.
Regards
stephen
Beta Was this translation helpful? Give feedback.
All reactions