Hi,
I would like to write an app that can read/write to a USB. Is it possible to do that using C++?

Thanks in advance,
Vijaya

Recommended Answers

All 2 Replies

Yes. There are libraries available to make your life easier. It does, however, depend highly on your target system.

Thanks.

I will put my problem in detail.

Heres my situation:
I have a TCP/IP connection to communicate with modem in C++.

I need to develop a USB communication to communnicate with the modem.

Developing USB connectivity all together is a different option but I wanted to know Is it possible to make the USB connection to look like TCP/IP ?

I have heard that using COMM APIs, we can achieve this. Are the COMM APIs in .NET? If so how can I use these APIs in my C++ code?

Can anyone please help me in this regard.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.