NMEA0183 (RS422) #69
Replies: 7 comments 3 replies
-
Hmmm - I'm not sure as I think RS-422 is reversed polarity vs UART?? BUT, how have you connected A & B to Ch1 & 2? TBH I find it easier with the 2 individual traces rather than the difference
For a '1' or Mark B>A and '0' or space A>B
Either way - just reverse the labelling if needed!
NMEA0183 just uses RS-422 (EIA-422) at the hardware level - A cheapy $3 USB/RS-485 works fine
…----- On 2 Jul, 2021, at 16:26, Peter Antypas ***@***.***> wrote:
Hello all,
I'm trying to wrap up NMEA0183 support (several people are waiting for this),
but I don't have any NME0183 devices. I took this scope shot:
[
https://user-images.githubusercontent.com/1565933/124296637-092f0180-db0f-11eb-8339-a3352675aeb2.png
]
Blue is the UART TX signal from the unit. White is the differential from the
output of the line driver IC. Does this look correct?
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, [
#69 | view it on GitHub ] ,
or [
https://github.com/notifications/unsubscribe-auth/ANPRIFNYBRQM3DI3AEUCE4LTVXLBRANCNFSM47W5W7SQ
| unsubscribe ] .
|
Beta Was this translation helpful? Give feedback.
-
Also, regarding USB: The breakout box has both USB and NMEA0183 (RS422), with the latter being output only. I want to keep the USB interface on all breakouts, including the NMEA2000 (which is in progress). |
Beta Was this translation helpful? Give feedback.
-
For the electrical side of NMEA 0183 I'm a big fan of this document: |
Beta Was this translation helpful? Give feedback.
-
OK, here is the truth table from the data sheet: Are you saying that DO+ is actually "NMEA-"? |
Beta Was this translation helpful? Give feedback.
-
I think it's all ok - all the docs posted all agree - it's the labelling that changed over time. The OD+ & OD- correspond to RS-422 B & A respectively
My brain (having done a fair bit of 422 & 485 work in the past) always thinks of Ch1 & Ch2 on a scope as A & B rather than the other way round so I am just used to seeing it inverted
Also RS232 is inverted logic as well so it really just follows but then some don't like the inversion and change all the labelling to suit :)
…----- On 2 Jul, 2021, at 19:08, Adrian Studer ***@***.***> wrote:
For the electrical side of NMEA 0183 I'm a big fan of this document:
[
https://actisense.com/wp-content/uploads/2020/01/NMEA-0183-Information-sheet-issue-4-1-1.pdf
|
https://actisense.com/wp-content/uploads/2020/01/NMEA-0183-Information-sheet-issue-4-1-1.pdf
]
It agrees with gah67 regarding polarity.
—
You are receiving this because you commented.
Reply to this email directly, [
#69 (comment)
| view it on GitHub ] , or [
https://github.com/notifications/unsubscribe-auth/ANPRIFOVOAXNBURPTOEVE7LTVX6B3ANCNFSM47W5W7SQ
| unsubscribe ] .
|
Beta Was this translation helpful? Give feedback.
-
Here is the single ended output: Yellow = UART So, the question now is which signal is "NMEA+"? |
Beta Was this translation helpful? Give feedback.
-
If the yellow trace is TTL then the purple trace is TX+ in NMEA0183 terms - this is the single wire when used with a single wire listener and connected to RX+ on a differential listener
(It is B when connected to RS-422 terminals)
…----- On 2 Jul, 2021, at 19:43, Peter Antypas ***@***.***> wrote:
Here is the single ended output:
[
https://user-images.githubusercontent.com/1565933/124316277-3806a100-db2a-11eb-81ed-ca40a69b9d46.png
]
Yellow = UART
Pink = OD+
Blue = OD-
So, the question now is which signal is "NMEA+"?
—
You are receiving this because you commented.
Reply to this email directly, [
#69 (comment)
| view it on GitHub ] , or [
https://github.com/notifications/unsubscribe-auth/ANPRIFLHKNKSSGW4F3FKGVDTVYCELANCNFSM47W5W7SQ
| unsubscribe ] .
|
Beta Was this translation helpful? Give feedback.
-
Hello all,
I'm trying to wrap up NMEA0183 support (several people are waiting for this), but I don't have any NME0183 devices. I took this scope shot:
Blue is the UART TX signal from the unit. White is the differential from the output of the line driver IC (TI DS8921M). Does this look correct?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions