Search Results

by esbeeen
Thu Sep 14, 2023 2:57 am
Forum: C#.NET
Topic: dotnet7 not supported?
Replies: 3
Views: 15421

Re: dotnet7 not supported?

I have the following udev rule installed in /etc/udev/rules.d/99-libphidget22.rules: #All current and future Phidgets - Vendor = 0x06c2, Product = 0x0030 - 0x00a SUBSYSTEMS=="usb", ACTION=="add", ATTRS{idVendor}=="06c2", ATTRS{idProduct}=="00[3-a][0-f]", MODE=...
by esbeeen
Fri Sep 08, 2023 6:30 am
Forum: C#.NET
Topic: dotnet7 not supported?
Replies: 3
Views: 15421

dotnet7 not supported?

I'm attempting to control a relay ( https://www.phidgets.com/?&prodid=722 ) with a VINT Hub ( https://www.phidgets.com/?tier=3&catid=64&pcid=57&prodid=1202 ) using C# on linux. The relay is connected on port 0 on the hub, which is connected with USB to my pc. The following simple cod...