I want use a gps in matlab
조회 수: 3 (최근 30일)
이전 댓글 표시
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
답변 (2개)
Gayatri Menon
2022년 1월 5일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Instrument Control Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!