Page 4 of 4

Re: Delco PIS firmware soon.. :)

Posted: Thu Jul 21, 2022 1:23 pm
by BennVenn
Any TunerPro experts here?

I can feed the Status string to the PIS code through a terminal and we get back exactly what we expect, but tunerpro doesn't seem to get a response at all. Perhaps the typerate is too high for this code. Is there a way to slow it down? Or is tunerpro expecting some other kind of handshaking before it'll 'connect'
TP_SERIAL.JPG

Re: Delco PIS firmware soon.. :)

Posted: Thu Jul 21, 2022 2:54 pm
by antus
your process status needs to accept the right amount of bytes and define which of them are the payload, then you need a macro to run the setup and init stuff, then call the read status, process status, then you need to configure the tables to do something with the data. look at a working xdf to see how the macros and command, monitors etc work together.