DATA COMPRESSION (like Zip & Unzip Functionality)
I have been developing application on ARM7 and have found few hurdles in the Transfer of Data from Device to the Computer. As the data is taking more time to transfer and also as it is been transfered by RS232, I am planning to apply Data Compression on both the ends. (ie. Device side and Computer side.)
Has anybody implemented such thing.
Also if a rapid data transfer code if available I would be thankful.
Thanks in advance.
Prasmin
A lot depends on the nature of data you are planning to compress. In some cases, very simple techniques (like RLE) can give good results. As for general purpose compression algorithms, I was looking at LZO at some point: www.oberhumer.com/.../
en.wikipedia.org/.../V.42
View all questions in Keil forum