I find some functions : data = inb(address) and outb(data,address). With theses functions you can write directly into registers, ou can thus set non standard baud rate.
you can find registers addresses in the AXIS ETRAX 100LX Designer's Reference (February 9, 2006), Page 625. http://developer.axis.com/documentation/hw/etrax100lx/des_ref.html --- In [email protected], "zebulon7482" <[EMAIL PROTECTED]> wrote: > > Thank you ! I'm going to test it as soon as I will receive my fox board. > > > > --- In [email protected], "jlivingstonsg1" <jlivingstonsg1@> > wrote: > > > > One way is maybe > > > > Hyper terminal > > > > stty -F /dev/ttyS(X) (baud rate) > > > > like: stty -F /dev/ttyS0 38400 > > > > > > --- In [email protected], "zebulon7482" <totofri@> wrote: > > > > > > Hello, > > > > > > How can I set the baud rate for a serial port to 250 kbaud ? > > > > > > Thank you > > > > > >
