Monthly Archives: February 2023

Import Module Node JS

I just started working with Node JS and the ESM Standard with the import statement. I got the repeated error SyntaxError: Cannot use import statement outside a module. I searched the internet and this is the closest I came with … Continue reading

Posted in Uncategorized | Comments Off on Import Module Node JS

Tracking that feeds NMEA file

The following will do real time tracking using gpsbabel and write it to a file for my Etrex 10 gpsbabel -T -i garmin,baud=38400,get_posn -f /dev/ttyUSB0 -o nmea -F mylocation.nmea

Posted in Notes | Comments Off on Tracking that feeds NMEA file

Read GPS location over serial Garmin Etrex 10

This is the command I used I attached the Garmin Etrex 10 to Fedora using the USB cable. I put myself in the dialup group and the command executed without issue. gpsbabel -i garmin,get_posn -f /dev/ttyUSB0 -o kml -F myposition.kml

Posted in Notes | Comments Off on Read GPS location over serial Garmin Etrex 10