The forums were full of descriptions how to change the console speed, but the basic busybox-package on kamikaze doesn't have the stty program. It can be found on the coreutils-package, but some platforms don't have enought space to install the whole package.
So here's the download link to the stty-program for Kamikaze 8.09 on mips/atheros/fonera platform. Hopefully it helps someone.
Ps. The reason why the default 9600bps didn't work for me, is that I wanted to test my Holux GPSlim 240 bluetooth GPS dongle through the serial port. Even though this GPS has only a usb-port for charging, it's actually not usb at all. It's aserial line working in 38400bps. Works with arduino also. Pinout can be found from the manual.
John Grouse posted a discussion
-
John Grouse posted a discussion
Using known good compass calibration values on other drones?
Just wondering if it would be safe to do a compass calibration o...
4 years ago
thanks for the link, I was searching for it.
ReplyDeletewill complain on openwrt bugs for inclusion of the stty in the busybox setup
I tried to run it and got a stty: line 1: syntax error: "(" unexpected
ReplyDeletestty is also in the coreutils package of openwrt. just look up that package (on the processor type and openwrt version you need), download the ipkg of coreutils and extract stty, copy it to /usr/bin and give it chmod 755...
ReplyDeletethats all.
SUPER!
ReplyDeleteThis works on 2.6.26.2 kernel on the fon2.0n :)
I get the same error as William:
ReplyDeletestty: line 1: syntax error: "(" unexpected
I really need to configure speed on serial port. Can someone provide a more detailed procedure how to get this running on Kamikaze?
By the way - what's the default port speed on kamikaze for serial? How can I check that?