Search Results

by Meldur
Fri Oct 02, 2020 4:08 am
Forum: C#.NET
Topic: How to list SBC connected devices over network
Replies: 0
Views: 21959

How to list SBC connected devices over network

Hello, I'm connected to a SBC by network and like to list and access all connected devcies. I try the following code: Manager manager = new Manager(); manager.Attach += Manager_Attach; manager.Open(); Net.EnableServerDiscovery(ServerType.SBC); The SBC is found successfully (the ServerAdded event is ...
by Meldur
Tue Dec 12, 2017 8:53 am
Forum: C#.NET
Topic: How to find alll Digital Outputs in Phidget22
Replies: 1
Views: 5228

How to find alll Digital Outputs in Phidget22

Hello, I started switching our tools we are using for InterfaceKit 8/8/8 and 0/16/16 to the new API but I'm a little bit lost managing in- and outputs. In the old API it was clear but when I'm testing the Digital Output example I can't find a way to define which of the 16 outputs I can switch? Only ...