From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mathieu Routhier" To: Subject: [ECOS] RedBoot serial speed Date: Tue, 25 Sep 2001 07:02:00 -0000 Message-id: <000001c145ca$ad9a85a0$390214c0@mrouthier> References: <15280.35529.335428.519288@zoftcorp.adsl.dk> X-SW-Source: 2001-09/msg00623.html Hi, I use RedBoot for AT91-EB40 and I think it's great. But I would like to know how to increase the serial connection speed. Currently, the RedBoot docs say the default speed is 38400 but it doesn't say how to change that value. Is it possible to increase it? Is it limited by hardware? Do I need to recompile RedBoot? Or is there a way I can reduce the amount of data uploaded? Srec is not very efficient compared to binary. But the output of the compiler gives something like 1Mb. A conversion to srec gives about 200k. How can I convert it to raw binary to give something around 50k? (because srec uses 4 times more data than necessary due to its ascii hex encoding). Thanks Mathieu Routhier