USB OVER NETWORK
-
Dear All, We need code or library to use it in c# windows forms application to connect to a device connected to PC by USB. The device Connected to PC "A" and I remotely Logged In to Server "B" and use a system in server "B", I need to connect to the Device on the PC "A" from the server "B". It is slimier to USB Network Gate but i need it to be in my c# code not a third party tool. Please Help Me ASAP if you can Thank You ALL
-
Dear All, We need code or library to use it in c# windows forms application to connect to a device connected to PC by USB. The device Connected to PC "A" and I remotely Logged In to Server "B" and use a system in server "B", I need to connect to the Device on the PC "A" from the server "B". It is slimier to USB Network Gate but i need it to be in my c# code not a third party tool. Please Help Me ASAP if you can Thank You ALL
Create a small service and install it on PC "A", that accepts or sends xml or json messages over http or tcp. Let the C# program on server "B" ask PC "A" to read te USB device. The messages could optionally be encrypted later.
-
Dear All, We need code or library to use it in c# windows forms application to connect to a device connected to PC by USB. The device Connected to PC "A" and I remotely Logged In to Server "B" and use a system in server "B", I need to connect to the Device on the PC "A" from the server "B". It is slimier to USB Network Gate but i need it to be in my c# code not a third party tool. Please Help Me ASAP if you can Thank You ALL
Have you checked USB IP protocol USB/IP Project[^]