Separate names with a comma.
They are probably the byte number, i.e. A = byte 0, B = byte 1 and so on. Probably how the Torque uses the byte addressing.
Thanks. So 07E2 is the header (E2=ECU ID), 21C3 is the mode(2) and PID(1C3), 02 = the number of bytes to follow. EDITED: E2 = ECU ID, 02 =...
Hi Chonnyton, I replaced the springs on my 2004 Prius with heavy springs. It is not that hard. You can buy the heavy springs for 500 pound load...
This website has the same plan except they will replace the battery pack automatedly at a energy swap statipn (same as a gas station for electric...
I recognize some of those equations. The ECUs return a PID that only makes sense to another ECU. We need to apply the equation to get a value that...
[media] [ATTACH] [ATTACH] [ATTACH] [ATTACH] [ATTACH] [ATTACH] CANVIEW - Only works with Toyota Prius 2004 - 2009 (2nd Generation) I have...
After communication to Norm of http://www.hybridinterfaces.ca I realised that using the PIDs that are being requested between ECUs does not occur...
Good to hear there is progress on the ECM assembly. These installations are not complete without the ECM assembly which probably plugs into the...
Did anybody on this thread who bought a PIS kit actually get a ECM assembly? It was programmed and promoted by Kiety It should increase MPG from...
It took over a month to get my Elcon charger from EVassemble.com. Same with Mr Plugin and others. They gave some lame BS excuse after another but...
Here is some more.
I am building a Canview V4 equivalent using a Duinomite Mega which uses a VGA 7" LCD screen and a keyboard. I am programming it using Dmbasic. As...
A picture of my OBD2 plug to Duinomite MEGA CANport plug is attached. Also my latest Canview basic file.
You should post your eMEGA experience on some forums like The Back Shed and others. it would help the maker to change it and others are warned....
Correction...... 445 x = 20 450 IF rxID = &H348 THEN y = 60 : GOSUB 2000 460 IF rxID = &H3C8 THEN y = 80 : GOSUB 2000 DMbasic does not...
My 12v power comes from the OBD2 port which is permanent.
Hi JHD, I am using a OBD2 plug which plugs into the data connector under the dash. I have a existing ObD2 plug to DB9 female adapter which came...
I am thinking of using the RUN [file$] command within each program to navigate between pages (or .BAS files) stored on b: (micro SD memory card)....
I cannot quite figure out how Github works. Need some time to learn how to use it. So for the time being I will just attach my latest Canview.bas...
Sure. So far I have just been using this CAN BASIC demo code at HERE I am still modifying CANVIEW.BAS for my 7" touch screen. I will post my...