Possible Duplicate:
Change SerialPort's BaudRate while connection is open
I know how to open, close, and set up the baud rate for the port, etc, but while the port is still open I want to change the baud rate from 9600 to 115200.
I Googled it and it said that it could be done by issuing the command to set the port baud rate (e.g. serialport.baurate = 115200). However, it did not work consistently for me and I wondered if I missed something.
Could someone illustrate the proper way to accomplish this? Thanks!