mjs513
Senior Member+
Hi Tony
After a couple of days of searching I finally found the right CAN_ID for the Hyundai Sonata (2006 probably to 2011, think that's the year the changed design). For anyone interested its 0x7E0 not the standard 0x7DF. Among the spew since I didn't have filtering on I was able to get the engine RPMs:
As a double check I tested it against the ODBLink-MX and pretty much matched, by pretty much is that they were off by 1 or 2 but I am attributing that to different times I tested.
I only ran into one problem - it only worked for a few seconds as is shown in the following run when I fist tested it:
Any ideas why it would just stop? RPM data is being requested every 1 second. Either way it does work.
After a couple of days of searching I finally found the right CAN_ID for the Hyundai Sonata (2006 probably to 2011, think that's the year the changed design). For anyone interested its 0x7E0 not the standard 0x7DF. Among the spew since I didn't have filtering on I was able to get the engine RPMs:
Code:
RPM: 652
RPM: 652
RPM: 652
RPM: 651
RPM: 651
RPM: 651
RPM: 651
RPM: 652
RPM: 652
RPM: 652
RPM: 652
RPM: 651
RPM: 651
RPM: 652
RPM: 652
RPM: 651
RPM: 651
RPM: 651
RPM: 651
As a double check I tested it against the ODBLink-MX and pretty much matched, by pretty much is that they were off by 1 or 2 but I am attributing that to different times I tested.
I only ran into one problem - it only worked for a few seconds as is shown in the following run when I fist tested it:
Code:
*HEARTBEAT* 6301
*HEARTBEAT* 10302
*HEARTBEAT* 14303
RPM: 973.00
RPM: 973.00
RPM: 973.00
RPM: 973.00
RPM: 973.00
RPM: 973.00
RPM: 973.00
RPM: 973.00
RPM: 973.00
RPM: 973.00
RPM: 973.00
RPM: 973.00
RPM: 973.00
RPM: 973.00
RPM: 973.00
RPM: 973.00
RPM: 973.00
*HEARTBEAT* 18304
RPM: 973.00
RPM: 972.00
RPM: 972.00
RPM: 972.00
RPM: 972.00
RPM: 972.00
RPM: 972.00
RPM: 972.00
RPM: 972.00
RPM: 972.00
RPM: 972.00
RPM: 972.00
RPM: 972.00
RPM: 972.00
RPM: 972.00
*HEARTBEAT* 22305
RPM: 972.00
RPM: 972.00
RPM: 972.00
RPM: 972.00
RPM: 972.00
RPM: 972.00
*HEARTBEAT* 26306
*HEARTBEAT* 30307
*HEARTBEAT* 34308
*HEARTBEAT* 38309
*HEARTBEAT* 42310
*HEARTBEAT* 46311
*HEARTBEAT* 50312
*HEARTBEAT* 54313
*HEARTBEAT* 58314
*HEARTBEAT* 62315
-- end test
Any ideas why it would just stop? RPM data is being requested every 1 second. Either way it does work.