Page 1 of 1

Connecting TunerStudio

Posted: Fri Aug 13, 2021 1:21 pm
by body4_drift
Hello. Please tell me how you implemented the connection to TunerStudio, how does the program recognize stm32 ? ;)

Re: Connecting TunerStudio

Posted: Fri Aug 13, 2021 1:25 pm
by AndreyB
Please elaborate the question. Source code in console/binary folder

Re: Connecting TunerStudio

Posted: Fri Aug 13, 2021 1:28 pm
by body4_drift
I'm just wondering how you implemented the integration of your ecu with TunerStudio software

Re: Connecting TunerStudio

Posted: Fri Aug 13, 2021 1:32 pm
by AndreyB
We read protocol notes someone has shared online and implemented based on that description. We created out .ini file to integrate.

Re: Connecting TunerStudio

Posted: Fri Aug 13, 2021 1:33 pm
by AndreyB
firmware/console/binary/tunerstudio.cpp

Re: Connecting TunerStudio

Posted: Fri Aug 13, 2021 1:36 pm
by body4_drift
Thank you!