Hi,
Did some one have a Idea how I can Read and Send a little JPG Image ~ 80KB trough RS232 Interface.
Thanks for any Information.
Regards Pesti
Hi,
Did some one have a Idea how I can Read and Send a little JPG Image ~ 80KB trough RS232 Interface.
Thanks for any Information.
Regards Pesti
Via X-, Y- or ZMODEM ?
You are free to define your own protocol...
PBP 2.50C, MCS+ 3.0.0.5, MPLAB 8, MPASM 5.14, ASIX Presto, PoScope, mE mikroBasic V7.2, PICKIT2
I will second BigWumpus on the protocol part. However if you are not game to do it that way, you can take a chunk of 16 bytes, checksum it and send. When received, ack/nak the chunk to decide whether to move on. This may be far simpler to implement.
Hi,
My Idea is to capture frome some Digital Kamera a Picture and than to Read with the Microcontroller and to send via Gprs Modem.
Thanks
regards Pesti
A file is a file. Whether a .jpg, or text, you need to know where it is, how long it is, and the destination. You need horsepower, and 32 bit math. I sent pictures from an SD card, to an SD card wirelessly. It took a while at 115Kbaud. GMRS has limited bandwidth.
Bookmarks