I want use a gps in matlab
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have connected a gps by usb, in port COM 8. This gps sends info about the position, speed..etc, so I want do an app with appdesigner, which be able to write in a file my position every second. How can I do this? Thanks
0 Commenti
Risposte (2)
Gayatri Menon
il 5 Gen 2022
Hi,
nmeaParser() in Navigation toolbox can be used to parse data from GPS. Serial connection can be established using serialport() Refer the following links for more info :
Hope this helps
Thanks
0 Commenti
Vedere anche
Categorie
Scopri di più su Instrument Control Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!