Page 1 of 1

ATSET [PID]=[Value] ERROR for negative values

Posted: Mon Mar 14, 2016 11:42 pm
by Thales.Portela
Hello,

I am trying to use OBDII Emulator without the GUI. My problem is related to ATSET [PID]=[Value] command. As according to OBDII documentation Engine Coolant Temperature PID ranges from -40 to 215 ÂșC, I set the lowest value -40 using "ATSET 0105=-40", however it returns ERROR repeatedly. Can't PIDs be set to negative values at all or is there anything I am doing wrong about this command?

Thanks,

Thales

Re: ATSET [PID]=[Value] ERROR for negative values

Posted: Sat Apr 02, 2016 10:08 am
by stanley
PID data is a unsigned one byte or two bytes data. You need to map the actual value to the PID value first before pushing it to the emulator.