Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

PC to PC communication via USB

Status
Not open for further replies.

suhail.anjum

Newbie level 5
Joined
Jan 31, 2006
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,369
usb pc to pc communication

can anybody pls help me to know how to access USB port through C++ code and send data to another PC.... my PC being the master and the target PC being the slave.
 

Hi

If small band width is suffitiont for you , you can read about HID
I think you can make a full duplex communication between the two PC's using HID.dll provided within windows

edaboard have some good books about USB and HID you can search within edaboard

you can find very clear information in usb_design_by_examples book

also goto

https://www.beyondlogic.org/usbnutshell/usb1.htm

**broken link removed**

and finally
www.usb.org

Salam
Hossam Alzomor
 

Hi

If small band width is enogh for you , you can read about HID
I think you can make a full duplex communication between two PC's using HID.dll provided within windows

edaboard have some good books about USB and HID you can search within edaboard

you can find very clear information in usb_design_by_examples book

also goto

https://www.beyondlogic.org/usbnutshell/usb1.htm

**broken link removed**

and finally
www.usb.org

attached you can find soem code using HID for VB & VC

Salam
Hossam Alzomor
www.i-g.org
 

Sir,
Thanq for your kind reply...
we are looking for implementing only the isochronous mode of USB2.0 on FPGA.
So, we need a ready C++ code which just sends data from one PC to another PC via USB. If you can kindly help us to get the code it wud be of great help to us to start with VHDL coding. We have very less time sir...

waitin for ur reply sir...
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top