Hİ everybody!
i am new on the Arduino boards. i bought Arduino Uno R3. i used it 3 years ago. My problem is transmitting data form tx pin. how can i send data a device not computer? Serial.print() is usefull for this or just monitoring?
my real problem is transmitting GPS data . i read data from Uno Rx pin. Then i saw them
$GPGGA,004125.767,0000.0000,N,00000.0000,E,0,00,,0.0,M,0.0,M,,0000*47
$GPGSA,A,1,,,,,,,,,,,,,,,*1E
$GPGSV,3,1,12,04,66,335,38,02,53,006,39,08,47,166,,10,46,152,*75
$GPGSV,3,2,12,28,34,089,28,09,22,310,32,17,21,008,33,26,21,221,7C
$GPGSV,3,3,12,07,09,151,,15,04,253,,05,04,328,,24,-3,219,3569
i want to send only GGA data from Tx pin to another device which can read only GGA data. So i decided to use arduino Uno. which function should i use sending filtered GGA directly after i read GPS sentences. And can memory of arduino be problem?
GPS Tx-Uno Rx-Uno Tx-Device Rx
thanks.