On-vehicle movie overlaying vehicle information using CANUSB
I overlaid various vehicle information (i.e. speed, rpm, and so on) extracted by CANUSB on my on-vehicle movie. HS-CAN Data At first, I tried to use information posted byMadox.NET, but unfortunately HS-CAN Data extracted by my RX-8 look totally different from Madox's one. I'm not sure why there are big differences. But one possible reason is that Madox's RX-8 is AT. My RX-8 is 2007 5MT model. RPM: ID 0x201, (data * 256 + data) / 4Vehicle Speed(km/h): ID 0x201, (data * 256 + data - 10000) / 100Ac...
2010.04.04
CANProgramming