mickeyl / LTSupportAutomotive

An iOS / watchOS / macOS support library for OBD2, VIN-Decoding, and more.
MIT License
212 stars 60 forks source link

Can not connect to Wifi ELM 327 #2

Closed JackTedo closed 6 years ago

JackTedo commented 6 years ago

I compiled and built the demo code into the iPhone, but the demo can not to connect to Wifi ELM 327.

The Wifi ELM 327 I am using is https://www.amazon.com/KOBRA-Wireless-OBD-Scanner-Connects/dp/B01C3HAHCS/ref=sr_1_7_sspa?ie=UTF8&qid=1506971013&sr=8-7-spons&keywords=kobra+elm+327&psc=1

I tried other iOS apps, they could connect to this Wifi ELM 327.

Do I need to make any changes to the demo code to make it works? Thank you very much.

mickeyl commented 6 years ago

This adapter should work. Did you make sure you're in the WiFi net of said ELM327 and got an address via DHCP or manual (e.g. 192.168.0.55 or so)? Can you paste the console output when running the demo?

JackTedo commented 6 years ago

I have another test. It works great with my wifi ELM 327. This issue could be closed. Thanks very much.