Hello guys,
I have already some cubecells HTCC-AB01 version.
I would like to now if I can use the example code provided by you guys to use with HTCC-AB02S in the HTCC-AB01.
My plan is just change the code as follow:
GPS.begin();
to something like
GPS.begin(TXpin,RXpin);
//where txpin in this case is pin 15 from cubecell HTCC-AB01 and RXpin is 14
Following this information:
And of course connect an gps module on this RX,TX pins.
Could it be done? I will really apreciate if someone just tell me if is possible or if there is any restriction.
Many thanks!