Serial device baudrate on windows client

Hello,
First I am really impress by virtualhere it was really easy to install and use but I am just missing a configuration parameter.

I am using Linux server 64bit and windows client 64bit latest version. I would like to connect a RS232 serial device that is working at 38400 bauds.

On linux I used stty -F to configure the baud rate and in windows device manager I configured the virtual usb port at 38400 but to properly receive data in a serial terminal ( Termite or Putty) I need to set it to 115200 baud. The problem is that the software that I want to use with this virtual port doesn't allow to change the baud rate.

How can I change the baud rate of the virtual port on the client side?

Best regards,

Martin

#2

VirtualHere works at the USB level and not at the serial level.
(Firstly, I assume you are using a Serial->USB Adapter like a FTDI or prolific adapter. )

You plug your serial device into that then use the Serial ->USB Adapter via virtualhere

So you set the baud rate the same way you would if you directly plugged in the RS232 device into your pc.

The com port that appears is not a virtual serial port, it identical to a real serial port because the same physical signals are sent.

Putty lets you set the baud rate so you could just set it there.