gps-nmea-reader

1.0.8 • Public • Published

gps

Example:

const GPS = require('gps-nmea-reader');
 
const gps = new GPS('COM12',9600);
(async()=>{
    console.log(await gps.getDevices())
})()
gps.on('data',(data)=>{
    console.log(data)
})

Readme

Keywords

Package Sidebar

Install

npm i gps-nmea-reader

Weekly Downloads

1

Version

1.0.8

License

MIT

Unpacked Size

3.52 kB

Total Files

4

Last publish

Collaborators

  • danisl99