Skip to content

Commit 72d76cd

Browse files
committed
Fixed typo
1 parent fed1c10 commit 72d76cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You need to enter the serial port into the "OBD Device Serial Port" box. For Win
1818
For Linux, you need to specify the full /dev/tty device path.
1919
Once the serial device is entered, press the "Read" button to connect and begin listening to the bus.
2020

21-
There are 2 boxes in main window. The top box shows the messages that were received in order. The bottom box shows unique messages. For example, if duplicate messages are received, then you would see it twice in the top box, but only once in the bottom box. By changing the "Compare First # Bytes" dropdown changes how many bytes of a data payload are compared to determine if a message is unique or not. Most data responses contain 2 bytes that are an acknowledgement and an ID confirmation.
21+
There are 2 boxes in main window. The bottom box shows the messages that were received in order. The top box shows unique messages. For example, if duplicate messages are received, then you would see it twice in the bottom box, but only once in the top box. By changing the "Compare First # Bytes" dropdown changes how many bytes of a data payload are compared to determine if a message is unique or not. Most data responses contain 2 bytes that are an acknowledgement and an ID confirmation.
2222

2323
# Known Issues
2424
- Sending messages does not work

vpw_analyzer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
55
Version 0.1 - Jan 25, 2022
66
Description: This is a utility that parses incoming messages from a VPW interface
7-
into a more human-readable format. The upper box shows each message that was
8-
received in order. The lower box shows unique messages that were received.
7+
into a more human-readable format. The bottom box shows each message that was
8+
received in order. The top box shows unique messages that were received.
99
It connects to an ELM327 like device via a serial port. If on Windows, type
1010
the COM port number into the 'OBD Device Port' and press 'Read'. If on Unix
1111
based system, type in the full path (/dev/serialTTY) and press 'Read'.

0 commit comments

Comments
 (0)