Click here to Skip to main content
15,879,239 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I know TCP/IP (ASP.NET, WebAPI etc), Bluetooth (Port Programming) and third party APIs to make these two apps. But I want to connect both apps using USB host and accessory.

I am thinking that I will make Android App using the support USB accessory overview

But I need a help what will be the inter mediate steps, so that a .NET application, communicate with the app that is running on android device.

What I have tried:

I make android app in 'Visual Studio' and searching on what internally drivers usb driver provide API to make my app in c#.
Posted
Updated 6-Sep-22 6:31am
Comments
[no name] 8-Sep-22 16:57pm    
I don't think a .NET app falls under the category of an "Android powered device". I think you're looking at the wrong type of connection. A web service would be more like it.

https://www.javatpoint.com/android-web-service
readywork 9-Sep-22 4:49am    
Thanks for your reply. The .NET Framework allows us to communicate with windows driver. I want to know how to create a custom device driver of the USB device that is created by Android Mobile when it is attached to PC via USB cable.
[no name] 9-Sep-22 12:16pm    
I think you're confusing (android dependent) hardware connections with software connections (be they Windows, .NET, or in general). The "USB host and accessory" spiel says nothing about anything other than Android.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900