Okay I am going to try and be as discriptive as possible here to get this problem solved. I work at a company that makes BIG gear boxes and we have computers that run our Mills/Laths. These computers are currently FIT-PCs running XP. These computers are used to control the laths/mills via a usb to serial converter (PL2303_Prolific usb to serial converter). When it is plugged into an xp machine it is recognized as a com port. SO these machines are very old and are fail left and right, I intend to replace them with a raspberry pi running xfreerdp but I can't seem to get the usb serial device to be redirected to the virtual machine it is remoting into. Has anyone ran into this/know a fix for it? Please ask me questions if you are unsure of something because I am completely stuck here. TLDR Using raspberry pis as thin clients need to push a usb 2 serial cable through to the virtual xp machine
相关问题
- Disabling interrupt in interrupt handler STM32F407
- Connecting CAD model (Solidworks, AutoCAD or CATIA
- Can run ARM/rpi images in Docker on Windows but no
- How to Develop/implement a Remote Desktop app for
- Maven project with PI4J library - error in opening
相关文章
- chown command returning Operation not permitted [c
- Raspberry-pi docker error: standard_init_linux.go:
- Raspberry Pi crosscompile on Ubuntu 13.10 “libstdc
- Running Python CGI Scripts from Javascript and JQu
- How can i get the Client Computer name
- Why does my JavaFx application not have a frame wh
- Using watchdog of python to monitoring afp shared
- QTMultimedia compilation for Raspberry Pi
Unfortunately there are known issues with USB on Raspberry Pi. They're aware of the issue and working on it, but it is as of yet unresolved.
The USB Redux thread was created to capture the state of the work as well as the current list of work-arounds. The USB/serial converters are broken is a related thread.
There is hope, however. First, they are working actively to fix it, so I suspect it's just a matter of time. Second, there are a few things you can try.
Good luck.
Update (Mar 13 2013). There appears to be a fix for the majority of USB issues as of kernel #389. Use rpi-update to update.