Michael O'Doul
08-07-2005, 08:34 AM
I've looked around these forums and elsewhere, but I can't find an elegant solution to the following problem. I have a radio beacon -- a simple device that transmits the same 128 byte ascii string over and over again. What I want to do is:
receive the string
check for errors with some version of CRC
If the string is error-free, pass it to another device via RS-232
The first two tasks are easy, but the lack of RAM on the BS2 makes the third task a bit difficult. Is there some way for the stamp to hold onto the entire 128 byte string without resorting to a WRITE command? The length of the string cannot be be shortened.
Any help will be greatly appreciated.
Michael
receive the string
check for errors with some version of CRC
If the string is error-free, pass it to another device via RS-232
The first two tasks are easy, but the lack of RAM on the BS2 makes the third task a bit difficult. Is there some way for the stamp to hold onto the entire 128 byte string without resorting to a WRITE command? The length of the string cannot be be shortened.
Any help will be greatly appreciated.
Michael