obdsim on ubuntu 22.04
https://stackoverflow.com/a/26878598
I had the same problem on Linux and I resolved it by installing some libraries and recompiling OBDSim.
I will put here the whole process to make a guide for new users like me.
Install OBDSim:
I have to install only these libraries, but in your case keep attention to warning messages of cmake and install all that it ask you to install:
Run OBDSim:
Now you have OBDSim running, but you need a channel to communicate it with your app. You need a serial port working as a bluetooth interface.
Creating the serial->bluetooth interface:
You can discover the MAC address of your device by using hcitool:
It only works when the bluetooth configuration "Visible to all nearby Bluetooth devices" is on your device.
Last updated