Search found 4 matches

by pillepallepeter
Sat Jan 23, 2016 6:41 pm
Forum: Freematics Products
Topic: Disable PID AT Command.
Replies: 3
Views: 10689

Re: Disable PID AT Command.

function clearDTC()
{
if (!sendCommand("ATCLR DTC")) {
alert("Unable to clear DTC");
} else {
alert("DTC cleared successfully");
dtcCount = 0;
}
}



...ATCLR DTC
by pillepallepeter
Sun Jan 03, 2016 8:08 pm
Forum: Freematics Products
Topic: GUI for new Freematics OBD-II Emulator
Replies: 17
Views: 169354

Re: GUI for new Freematics OBD-II Emulator

i played a lot last days. tried to use at commands with win10 but i didn't get it to work. so i worked on the defaults.xml file in the htdocs folder. added a lot of params to change the values set by the firmware. (e.g. obd type from california... to eobd and obd2). got full readiness for petrol and...
by pillepallepeter
Mon Dec 21, 2015 9:46 pm
Forum: Freematics Products
Topic: GUI for new Freematics OBD-II Emulator
Replies: 17
Views: 169354

Re: GUI for new Freematics OBD-II Emulator

I think I found a way MIL is off and readiness is send!! you have to use the firmware from 20150726 (only one the MIL is off) and readiness works after plugging the emulator to power. when you open the gui and connect it stops working. this happens with the guis back to 20150516. so do not use them....
by pillepallepeter
Sat Dec 05, 2015 3:17 pm
Forum: Freematics Products
Topic: Emulator obd readiness monitors
Replies: 3
Views: 11818

Re: Emulator obd readiness monitors

I am also interested to get response to the readiness codes. Is it possible to get them send with the actual software?
Or can this be implemented in next version?