|
Pic basic - 4800 baud?
I need 4800 baud in picbasic to try to monitor the 4800 baud gps signal from my gps mouse.
Tried the obvious serin porta.0,4800 style command but not happy it is.
Also, (was going to work this out later but if anyone has this answer!) If I wait for the start of gps data (GPRMC) header ie
$GPRMC,092204.999,A,4250.5589,S,14718.5084,E,0.00, 89.68,211200,,*25
I cant store it all as pic's have no string variables?
I wanted to read this on 1 pin, then store it, change it to SMS 7 bit superscrewed and send it to the phone as a send sms.
(which reminds me, does any phone support simple txt msg sendingwithout using 7 bit nibble swapped padded data?)
Think I can see it costing lots of money for the programming fluid (40%proof) for this one.
|