You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to convert few old Windows 7 PC and some new minipc to ThinStation but I'm experiencing a problem with one of them because of the following periperhal not properly redirected.
*-usb:1 UNCLAIMED
description: Generic USB device
product: Coder Light
vendor: Silicon Labs
physical id: 4
bus info: usb@1:4
version: 1.00
serial: %A%SD203...
capabilities: usb-1.10
configuration: maxpower=100mA speed=12Mbit/s
*-usb:5
description: Generic USB device
product: USB-Serial Controller D
vendor: Prolific Technology Inc.
physical id: d
bus info: usb@1:d
version: 4.00
capabilities: usb-1.10
configuration: driver=pl2303 maxpower=100mA speed=12Mbit/s
Both of them, under Windows 7, with proper drivers, appears as COM ports.
The first one is a special card reader/encoder/printer designed to be used with a specific Windows application from the same manufacturer. I don't think Linux drivers exists. But apparently I can successfully redirect with /usb:id:1411:0019 command line option. The devices apparently can be operated by the remote application.
But the wole application doens't works and I think it's related to the second device. Attached to Prolific USB to Serial converter there is a special Epson Serial Printer. The printer is not found by the application.
I currently use /serial:COM12,/dev/ttyUSB0 to redirect the serial port. The port is listed in change port /query on the remote windows desktop but the application cannot talk to the printer.
I was wondering if redirecting with /usb:id:067b:2303 could solve the issue but this doesn't works: serial port is not present in remote windows desktop. Could be caused by the fact a driver is loaded for Prolific adapter? There is a way to prevent?
There is something else I can try? for example, does I need to explicitely set serial port parameters as in windows to 9600,n,8,1 with UART? How to do in TS?
Thanks
The text was updated successfully, but these errors were encountered:
I'm trying to convert few old Windows 7 PC and some new minipc to ThinStation but I'm experiencing a problem with one of them because of the following periperhal not properly redirected.
Both of them, under Windows 7, with proper drivers, appears as COM ports.
The first one is a special card reader/encoder/printer designed to be used with a specific Windows application from the same manufacturer. I don't think Linux drivers exists. But apparently I can successfully redirect with
/usb:id:1411:0019
command line option. The devices apparently can be operated by the remote application.But the wole application doens't works and I think it's related to the second device. Attached to Prolific USB to Serial converter there is a special Epson Serial Printer. The printer is not found by the application.
I currently use
/serial:COM12,/dev/ttyUSB0
to redirect the serial port. The port is listed inchange port /query
on the remote windows desktop but the application cannot talk to the printer.I was wondering if redirecting with
/usb:id:067b:2303
could solve the issue but this doesn't works: serial port is not present in remote windows desktop. Could be caused by the fact a driver is loaded for Prolific adapter? There is a way to prevent?There is something else I can try? for example, does I need to explicitely set serial port parameters as in windows to 9600,n,8,1 with UART? How to do in TS?
Thanks
The text was updated successfully, but these errors were encountered: