Jump to content

Recommended Posts

Posted (edited)

Hi,

I am trying to send NMEA sentences like these:

$GPGGA,171743.00,5141.11989,N,00117.59582,W,2,12,0.89,73.4,M,47.1,M,,0000*7$GPGGA,171744.00,5141.11992,N,00117.59581,W,2,12,0.89,73.5,M,47.1,M,,0000*7$GPGGA,171745.00,5141.11989,N,00117.59584,W,2,12,0.89,73.6,M,47.1,M,,0000*7$GPGGA,171746.00,5141.11988,N,00117.59586,W,2,12,0.89,73.6,M,47.1,M,,0000*7

using Teraterm send them via the serial port at one second intervals.

So far I've sent them with [send '$GPGGA,171743.00,5141.11989,N,00117.59582,W,2,12,0.89,73.4,M,47.1,M,,0000*7$' pause 1 send' GPGGA,171744.00,5141.11992,N,00117.59581,W,2,12,0.89,73.5,M,47.1,M,,0000*7']

This does send the sentences at 1second intervals, but does not work with the application I'm using.

I think, it might be something more complicated like carriage return or similar.

Is there an example for me to follow or similar please?

Camerart.

Edited by Camerart
Posted

Can you get your application working through another means? Can you think of a way to debug this?

Hi,

The NMEA sentences are from a GPS module, which is fed to a PIC that reads them, this works.  I want to simulate the GPS using Tera term, but so far I haven't got it working.

Camerart.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...