You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ tools such as GCC, Visual Studio, or XCode. More details can be found
22
22
23
23
## Connecting to OBD via USB
24
24
Connecting to your vehicle's OBD system is relatively simple, you just need a
25
-
USB ELM327 cable (like these)[https://www.amazon.com/s/?field-keywords=elm327+usb].
25
+
USB ELM327 cable [like these](https://www.amazon.com/s/?field-keywords=elm327+usb).
26
26
You might need to install drivers to get the cable working with your laptop,
27
27
such as the macOS drivers at [this link](http://www.totalcardiagnostics.com/support/Knowledgebase/Article/View/19/0/how-to-install-elm327-usbbluetooth-on-mac-and-obd-software).
28
28
@@ -40,8 +40,15 @@ $ ls /dev/tty.*
40
40
```
41
41
42
42
The existence of `/dev/tty.usbserial` tells us that the connection is detected
43
-
and available for use by this CLI.
43
+
and available for use by this CLI. You can use it like so:
0 commit comments