You are reading a single comment by @Mark_M and its replies.
Click here to read the full conversation.
-
@fanoush. Great! This redirection to Serial2 works!
I am going to try some CASIC now.
Yes! After CASIC call GPS spits out some binary output. Most likely NACK.D29.write(1); // turn GPS on // pause Serial2.write(0xBA,0xCE,0x00,0x00,0x06,0x00,0x00,0x06,0x00,0x00); //short pause D29.write(0); =undefined ser: ºÎ
That's why I was suggesting switching GPS output to Serial2 as a quick workaround to test CASIC commands.
something like this should work once gps is enabled
then the data will arrive to Serial2 instead where you can handle it yourself