bs2and gps
Archiver
Posts: 46,084
i am trying to send gps data from stamp to computer.
the rf transmitter allows a frame of 64 bytes and the output from etrex gps to
stamp to rf is 65 bytes.
the transceiver has "cts flow control" which will allow larger messages to be
assembled on the other side, but must the remaining byte be somehow identified?
can the gps info be reduced by one byte?
thanks for any help
mikey hart
Do You Yahoo!?
Yahoo! Sports - Sign up for Fantasy Baseball
[noparse][[/noparse]Non-text portions of this message have been removed]
the rf transmitter allows a frame of 64 bytes and the output from etrex gps to
stamp to rf is 65 bytes.
the transceiver has "cts flow control" which will allow larger messages to be
assembled on the other side, but must the remaining byte be somehow identified?
can the gps info be reduced by one byte?
thanks for any help
mikey hart
Do You Yahoo!?
Yahoo! Sports - Sign up for Fantasy Baseball
[noparse][[/noparse]Non-text portions of this message have been removed]
Comments
the GPS data into the scratchpad ram with the SPSTR modifier of SERIN.
-- Jon Williams
-- Parallax
In a message dated 3/5/02 12:26:34 PM Central Standard Time,
hellkat909@y... writes:
> i am trying to send gps data from stamp to computer.
>
> the rf transmitter allows a frame of 64 bytes and the output from etrex gps
> to stamp to rf is 65 bytes.
>
> the transceiver has "cts flow control" which will allow larger messages to
> be assembled on the other side, but must the remaining byte be somehow
> identified?
>
> can the gps info be reduced by one byte?
>
> thanks for any help
>
[noparse][[/noparse]Non-text portions of this message have been removed]