R
R
Roman Yamchuk2021-10-21 18:57:32
C++ / C#
Roman Yamchuk, 2021-10-21 18:57:32

Code examples for working with USB Relay in a UWP app?

There is a need to develop a UWP application to work with USB Relay, all ready-made solutions are suitable only for WinForm. I found examples from microsoft , I managed to find the necessary device by the program, but I could not find information on how to interact with it.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-10-21
@tomgif

If I understand correctly what you need, then the data exchange with a custom USB device is described in this example:
https://github.com/microsoft/Windows-universal-sam...
There search, connection, data exchange, disconnection, and something else.
But now it makes little sense to take UWP if the application will only run on regular Windows.
All UI components from UWP are now available in desktop apps and can be downloaded from the MS Store.
https://microsoft.github.io/microsoft-ui-xaml/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question