Hi there!
I’ve got a problem with seeing client serial ports on a terminal server. When a client connects to a terminal server its COM ports are seen as TS ports (TS037 for example) on the server. But I need to make them are seen as normal COM ports, ’cause I have to run an application on the server that uses a device connected to a client serial port.
So, is there a way to map this TS037 port to, for example, COM3 port on the server? Or is any other way to make an application run on the server see client’s COM ports?
I would be very thankful for help!
P.S.
I’ve also tried “net use com3: \\%CLIENTNAME%\com2” (in several forms) but I’ve got system error 66/67 all the time.