Skip to content
Discussion options

You must be logged in to vote

My problem was, that I did not get confirmation if the command was successfull. When using minicom I saw the full return code.

Understood. FYI if you select TTY ('teletype') Protocol in PyGPSClient, the console effectively acts like a standard minicom terminal, allowing you to see the raw ASCII $command responses e.g.

If you're NOT in TTY mode, the command responses will appear as Unknown protocol header b'$c'. errors, as they're not recognised as standard NMEA, UBX or RTCM sentences.

The main advantages of using PyGPSClient over minicom or another basic terminal program are:

  • you can store commands or command sequences as presets, obviating the need to type them in manually.
  • you can …

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@dosas
Comment options

@semuadmin
Comment options

@dosas
Comment options

@semuadmin
Comment options

Answer selected by semuadmin
@dosas
Comment options

@semuadmin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants