There really isn't any need to store the data in a control. Why don't you just write out each byte to a file as you receive it? If there is no need to display the information, don't bother putting it into a control. Good Luck, Ken www.speechchips.com --- In AVR-Chat@yahoogroups.com, "nurdin" <nurdin@d...> wrote: > hi all, > im using atmega103 to capture vibration signal from accelerometer and convert the signal with its internal ADC > i send digital data through serial com > it is successful with ms windows terminal > i want to make simple terminal that have similar function (recieve text file and save it) using c++ builder > i try to use memo but the capacity is not enough, so i used list box but sometimes there is empty character (i want to make it one integer data only in one line) > could someone lead me to solve the problem? (for info i send 24000 inteegers) > > gest regards, > > Nurdin
Message
Re: [OOT] simple terminal using C++ Builder
2004-07-19 by Ken
Attachments
- No local attachments were found for this message.