Hi,
I have a Mac Book OS X and a usb to rs232 adapter. I have downloaded the FTDI driver and everything seems to work except I can't the baud rate of the line to any speed except the default 9600.
I did this command on bash shell :
stty -f /dev/tty.usbserial speed 115200
--> it prints out the number : 9600
a subsequence stty -f shows the baud rate is still 9600 ??.
I can set up the serial line using minicom but after quitting minicom (Ctr-A Q without resetting) , the baud rate switches back to 9600 ??. Can anyone give me some advices on how to solve this problem ?
I have a Mac Book OS X and a usb to rs232 adapter. I have downloaded the FTDI driver and everything seems to work except I can't the baud rate of the line to any speed except the default 9600.
I did this command on bash shell :
stty -f /dev/tty.usbserial speed 115200
--> it prints out the number : 9600
a subsequence stty -f shows the baud rate is still 9600 ??.
I can set up the serial line using minicom but after quitting minicom (Ctr-A Q without resetting) , the baud rate switches back to 9600 ??. Can anyone give me some advices on how to solve this problem ?