Only DashCommand can connect to my OBDII device
I'm putting together my carPC system and am hoping to include OBD in there. My OBD device is supposed to be version 1.3 and compatible with the following protocols:
Code:
SAE J1850 PWM (41.6 kbaud)
SAE J1850 VPW (10.4 kbaud)
ISO 9141-2 (5 baud init, 10.4 kbaud)
ISO 14230-4 KWP (5 baud init, 10.4 kbaud)
ISO 14230-4 KWP (fast init, 10.4 kbaud)
ISO 15765-4 CAN (11 bit ID, 500 kbaud)
ISO 15765-4 CAN (29 bit ID, 500 kbaud)
ISO 15765-4 CAN (11 bit ID, 250 kbaud)
ISO 15765-4 CAN (29 bit ID, 250 kbaud)
SAE J1939
My problem is that none of the OBDII programs I've found can read it besides DashCommand. Is there a way to see how DashCommand is connecting to the device so I can try those settings in other programs?
Also, the demo of DashCommand only displays RPM. From what I've read, that's either because the demo version limits me to seeing only RPM, or I need to download PCMSCAN and tweak the PIDs for my specific car. I saw both of those explanations posted but I didn't see a definitive yes or no on either of them.
Any help would be fantastic.