Skip to content
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

Open
outofsight opened this issue May 7, 2024 · 1 comment
Open

Serial Port Redirection Issue #824

outofsight opened this issue May 7, 2024 · 1 comment

Comments

@outofsight
Copy link

outofsight commented May 7, 2024

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

@Doncuppjr
Copy link
Collaborator

Doncuppjr commented May 7, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants