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” boot_serial=”YES” comconsole_speed=”115200” console=”comconsole,vidcobsole” - change the baud rate in /etc/ttys file - stty -f /dev/ttyu0 115200 - change the baud rate in /etc/rc.d/serial 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 happened and the baud rate for ttyu0 is still 9600. 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. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"