luthj
Engineer In Residence
Did some quick reworking on the Canbus program with improved debug output. Found a couple errors. A user contacted me with a currently unusable T1N 4x4 conversion with ford parts and Chrysler NAG1/Tcase. So I am doing a bit of a hail mary with my Canbus bridge module.
Here is the sample output (this is adjusted to compensate for the Ford axle swapped van). I am using the typical serial console output for debug purposes. I misspelled a variable name, that had me chasing my tail for a few hours. Hexadecimal outputs can look suspiciously like decimal!
wSpeedXr is the raw integer value. wSpeedL/R is the corrected value. cData is the output bytes, and bData is the input bytes. I jacked the front right wheel, and spun it manually.
I should be getting my wrangler trans mount tomorrow. If it fits, I am nearly ready to pull the sprinters trans, and reassemble with the Tcase/housing.
Here is the sample output (this is adjusted to compensate for the Ford axle swapped van). I am using the typical serial console output for debug purposes. I misspelled a variable name, that had me chasing my tail for a few hours. Hexadecimal outputs can look suspiciously like decimal!
wSpeedXr is the raw integer value. wSpeedL/R is the corrected value. cData is the output bytes, and bData is the input bytes. I jacked the front right wheel, and spun it manually.
Code:
lMsgID=0X200
wSpeedRr=0
wSpeedLr=221
wspeedR=0
wSpeedL=89
wspeedAr=0
wspeedA=0
cData [4]..[7]
0-59-0-0-
bData [0]..[3]
0-DD-0-0-
I should be getting my wrangler trans mount tomorrow. If it fits, I am nearly ready to pull the sprinters trans, and reassemble with the Tcase/housing.