From vehiclepi's raspberry pi I am trying to connecting to ttyAMA0 with "minicom" command
$ minicom -o -b 500000 -D /dev/ttyAMA0
Welcome to minicom 2.6.1
OPTIONS: I18n
Compiled on Apr 28 2012, 19:24:31.
Port /dev/ttyAMA0
Press CTRL-A Z for help on special keys
+GPS=$GPGGA,,,,,,0,00,,,M,0.0,M,,0000*48
+GPS=$GPGSA,A,1,,,,,,,,,,,,,,,*1E
+GPS=$GPGSV,3,1,12,01,00,000,,02,00,000,,03,00,000,,04,00,000,*7C
+GPS=$GPGSV,3,2,12,05,00,000,,06,00,000,,07,00,000,,08,00,000,*77
+GPS=$GPGSV,3,3,12,09,00,000,,10,00,000,,11,00,000,,12,00,000,*71
+GPS=$GPRMC,,V,,,,,,,,,,N*53
+GPS=$GPGGA,,,,,,0,00,,,M,0.0,M,,0000*48
+GPS=$GPGSA,A,1,,,,,,,,,,,,,,,*1E
I am receiving only +GPS and +TERM output, Is that nomal? What about +GSM?
Regards