-
-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serial Port Redirection Issue #824
Comments
There is a setserial utility, but maybe there is a driver on TS side that is occupying the device.
On Tuesday, May 7, 2024 at 02:59:29 AM MDT, outofsight ***@***.***> wrote:
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: ***@***.***: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: ***@***.***: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 the device there is a special Epson Serial Printer. The printer is not found by the application.
I currently use domething like /serial:COM12,/dev/ttyUSB0 to redirect the serial port. The port is present in change port /query list 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
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: