-Stefan I had to add in the Options.ld used TTYS0_BAUD. I when with default TTYS0_BAUD=9600 as I have had allot of luck with that speed.
.r2öTü.b.3.Z..¬ö.4..W.öut¶t.6.T4.4u.....4wWIóu.î¼7UT 1¶.ts1.Q..N4u«W.QQÑ.¢QQQIRQQyQYÑ
Any other ideas of what to look at? Tried both hardware and softwareware flow control, I have defaulted back to no flow control. -Adam
----- Original Message ----- From: "Stefan Reinauer" stepan@openbios.org To: "Adam Talbot" talbotx@comcast.net Cc: Linuxbios@clustermatic.org Sent: Thursday, January 13, 2005 11:45 AM Subject: Re: speaker beeper
- Adam Talbot talbotx@comcast.net [050113 20:39]:
-Stefan Can i set my baud rate in the config, or do i need to go change it in
the
code?
You should be able to set it in the config ## Select the serial console baud rate default TTYS0_BAUD=115200 #default TTYS0_BAUD=57600 #default TTYS0_BAUD=38400 #default TTYS0_BAUD=19200 #default TTYS0_BAUD=9600 #default TTYS0_BAUD=4800 #default TTYS0_BAUD=2400 #default TTYS0_BAUD=1200
but I actually meant playing with your terminal program. A very common problem is that some i2c programming is missing and that makes the serial console come out with 57600 instead of the configured 115200 baud..
Stefan