Re: changing baud rate without recompiling

2011-11-12 Thread saeedeh motlagh
thanks for your reply it's good but includes recompiling again. i don't want to recompile in any way. is there any other solution for doing that? i don't think so:(. are you sure recompiling is the only way to change the baud rate? thanks for your attention On 11/11/11, Manolis Kiagias

Re: changing baud rate without recompiling

2011-11-12 Thread Manolis Kiagias
On 12/11/2011 1:02 μμ, saeedeh motlagh wrote: thanks for your reply it's good but includes recompiling again. i don't want to recompile in any way. is there any other solution for doing that? i don't think so:(. are you sure recompiling is the only way to change the baud rate? thanks for your

Re: changing baud rate without recompiling

2011-11-12 Thread saeedeh motlagh
sure, thanks. On 11/12/11, Manolis Kiagias son...@otenet.gr wrote: On 12/11/2011 1:02 μμ, saeedeh motlagh wrote: thanks for your reply it's good but includes recompiling again. i don't want to recompile in any way. is there any other solution for doing that? i don't think so:(. are you sure

Fwd: changing baud rate without recompiling

2011-11-10 Thread saeedeh motlagh
On Thu, Nov 10, 2011 at 11:48 AM, saeedeh motlagh saeedeh.motl...@gmail.com wrote: hi thanks for your answer. the output of ps ax | grep getty is: 1357 u0 Is+0:00.00 /usr/libexec/getty std.115200 ttyu0 i think it's true. isn't it? but the stty -f /dev/ttyu0 shows 9600 and can't have

Re: changing baud rate without recompiling

2011-11-10 Thread Manolis Kiagias
On 9/11/2011 11:11 πμ, saeedeh motlagh wrote: i know adding the COM_CONSOLE_SPEED=115200 to make.conf and recompile it, change the baud rate but i want to know if there is a way to change it without recompiling. please let me know if there is any way to do that. my FreeBSD is 8.0 thanks. I am

changing baud rate without recompiling

2011-11-09 Thread saeedeh motlagh
hi i wanna have serial console communication with the other system. i want to have baud rate 115200 for this communication but the default is 9600. i test the following options but the baud rate is 9600 yet: - add the following commands to the /boot/loader.conf file: boot_multicons=”YES”

Re: changing baud rate without recompiling

2011-11-09 Thread C. P. Ghost
On Wed, Nov 9, 2011 at 10:11 AM, saeedeh motlagh saeedeh.motl...@gmail.com wrote: - change the baud rate in /etc/ttys file (...) when i use  stty -f /dev/ttyu0.init 115200 the baud rate for ttyu0.init change to 115200. after that i use kill -1 1 in order to reinitialize devices but nothing