Hi,
I am writing a data logger which should collect about 2 kybte data from the first hardware uart
and then transmit it via the second hardware uart to a GPRS modem. Enough SRAM is available on larger AVRs (e.g. 8k).
I need a buffer for the data.
The bufferered hardware uart can store only up to 255 byte.
Is it possible to extend the size or do I have write my own buffer?
When using strings there is a maximum length of 254 which may be overcome by using $bigstrings.
Any recommendation is appreciated very much.
With best regards
Chris
[b:ced4606690][color=red:ced4606690](BASCOM-AVR version : 2.0.7.5 , Latest : 2.0.7.6 )[/b:ced4606690][/color:ced4606690]
↧