Camerart Posted March 12, 2015 Posted March 12, 2015 (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 March 12, 2015 by Camerart
computergroove Posted March 12, 2015 Posted March 12, 2015 Can you get your application working through another means? Can you think of a way to debug this? Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html
Camerart Posted March 13, 2015 Author Posted March 13, 2015 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now