Search found 2 matches

by Berol
Sat Jan 04, 2020 4:06 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: how to connect scope on USB from UWP app
Replies: 3
Views: 12336

Re: how to connect scope on USB from UWP app

Hi Gerry, thanks for your feedback. After some search I understood that UWP apps work as a sandbox so that it is necessary to enable some functionalities in the app.manifest of the project to work with USB. I think to have managed the above needs with the following code in xaml manifest: " Capabilit...
by Berol
Mon Dec 30, 2019 2:18 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: how to connect scope on USB from UWP app
Replies: 3
Views: 12336

how to connect scope on USB from UWP app

Hello to everyone, I'm a new member of the forum ; thanks to all for the support! I am writing my own code in C# with Visual Studio 2019 for connecting and streaming data from a PS4262 scope, on WINDOWS 10 system. Starting by the ConsoleExample.sln code, I have been able to connect to the scope and ...