Git Product home page Git Product logo

Comments (3)

stv0g avatar stv0g commented on July 26, 2024 3

There are no peculiarities for TCP connected ELM327 devices for the various platforms.
In principle most of the operating systems supported by Go are supported by elmobd as well.

Serial connected devices should be supported for Linux, Windows and POSIX compliant operating systems according to: https://github.com/tarm/serial

Some examples for the address string using in the elmobd.NewDevice():

  • tcp://example.com
  • tcp://192.168.1.100:1234 (TCP IP:Port pair)
  • tcp4://example.com:1234 (IPv4+TCP connection)
  • tcp6://example.com:1234 (IPv6+TCP connection)
  • unix:/path/to/obd2.sock (Unix Domain Socket)
  • serial:///dev/ttyUSB0 (Serial port on Linux or POSIX)
  • serial://COM5 (Serial port on Windows)

from elmobd.

samifruit514 avatar samifruit514 commented on July 26, 2024 1

To make it work on my macbook, I had to install this: https://pbxbook.com/other/mac-tty.html (the prolific one). Then the the device to use was: /dev/tty.usbserial

from elmobd.

rzetterberg avatar rzetterberg commented on July 26, 2024

Would greatly appreciate if a Windows-user could test the library on Windows and tell me what needs to be changed in the documentation when using Windows.

from elmobd.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.