Decoding a NMEA string from a tcp port #90
Replies: 2 comments
-
Using standard .net framework 4.6.2 on windows console application |
Beta Was this translation helpful? Give feedback.
-
Yes.
You need a stream. Don't you already get data via the port / listener as a stream? Alternatively, you could just use this method if you have a single NMEA message: |
Beta Was this translation helpful? Give feedback.
-
I have tried using the parser but not sure why it is not working, I have a string that I receive via a TcpListner and want to decode it, Two questions: can I use the parser to receive the message on a port so not needing to do it via using the TcpListner, and the second how doo i use the parser with a string to decode the string to message data.
Terence
Beta Was this translation helpful? Give feedback.
All reactions