Hello,
On this page
http://freematics.com/pages/products/fr ... lator-mk2/
it says:
"Adjusting OBD-II PIDs value via software GUI or programmatically"
Can I get more details on which languages (c#?) this programatical access supports and examples of code?
OBD-II Emulator programmatic interface
Re: OBD-II Emulator programmatic interface
No one knows this?
Re: OBD-II Emulator programmatic interface
try to contact freematics directly
Re: OBD-II Emulator programmatic interface
It's done by serial communcation with documented AT command-set. Any language can do that.
Re: OBD-II Emulator programmatic interface
Hi I thought this was the topic to post my query. Just got by emulator. Set it up and tested with a BT ELM327 adapter and it works fine. Also tried AT commands from putty serial interface on COM23 and that works too. I was trying to see if I can connect a Raspberry Pi's Tx and Rx to the emulators Rx and Tx and use a python script to return OBD values. Wanted to check if anyone's been successful trying this/a similar approach.
Re: OBD-II Emulator programmatic interface
Very interesting! Keep us updated with your work.
-
- Posts: 2
- Joined: Thu Jun 21, 2018 4:35 am
Re: OBD-II Emulator programmatic interface
hello @psanjay
Did u get any success with reading from freematics emulator's RX TX.
I recently bought
1. OBD-II Uart module for communication with RX TX of Raspberry Pi and
2.freematics emulator .
i am using python for reading values from emulator using OBD II uart module , but not able to establish connection with OBD port. I need your advice if you were able to use rx tx communication.
Thanks
Did u get any success with reading from freematics emulator's RX TX.
I recently bought
1. OBD-II Uart module for communication with RX TX of Raspberry Pi and
2.freematics emulator .
i am using python for reading values from emulator using OBD II uart module , but not able to establish connection with OBD port. I need your advice if you were able to use rx tx communication.
Thanks