Serial monitor speed selection problem

jose1968us:
Hello
Ok, it is definitely a problem with the arduino IDE.
If I use minicom to connect to the arduino at 38400bps it works. but the moment I change the speed to 38400 on the Serial monitor window of the arduino IDE, the port hangs.
Any way to repair that?
Regards

It can be the way the IDE switches speed too, right? I mean, in a normal app you can't switch speed while port is opened. I don't use linux so I don't know how to help you a lot, but if you can test the IDE in windows and the same happens, probably is the Arduino. I guess the serial port code is the same