Search Results

by Patrick
Tue Apr 22, 2025 3:56 pm
Forum: General
Topic: Stepper interface : python program crashes when USB is unplugged
Replies: 6
Views: 5084

Re: Stepper interface : python program crashes when USB is unplugged

Hi,

It looks like the python library got missed for the 1.22.20250324 release. I have pushed a release just now. The pip package includes it's own copy of the native library, and you can see what version is being run from the logfile. Let me know if that fixes the issue.

-Patrick
by Patrick
Mon Apr 21, 2025 10:33 am
Forum: General
Topic: Stepper interface : python program crashes when USB is unplugged
Replies: 6
Views: 5084

Re: Stepper interface : python program crashes when USB is unplugged

Hi,

I believe this error has been fixed as of the 1.22.20250324 release - can you try updating your libraries?

-Patrick
by Patrick
Thu Apr 17, 2025 3:58 pm
Forum: General
Topic: Stepper interface : python program crashes when USB is unplugged
Replies: 6
Views: 5084

Re: Stepper interface : python program crashes when USB is unplugged

Hi, I can't reproduce your issue. Can you enable library logging and post the output? Log.enable(LogLevel.PHIDGET_LOG_INFO, "logfile.log") Also, it's an error to call open on a channel multiple times, though it shouldn't cause issues. And you would normally register event handler before ca...
by Patrick
Tue Apr 08, 2025 2:49 pm
Forum: C#
Topic: Bug in Phidget NuGet since Sep 2024?
Replies: 4
Views: 6996

Re: Bug in Phidget NuGet since Sep 2024?

Hi, I'm surprised to hear that. I made a new test project under VS 2022 and .NET Framework 4.8.1. Installed the phidget22 Nuget package, and it copied over the native libraries as expected. Maybe you need to reset something in your project? Try removing and re-adding the Phidget22 library? I have in...
by Patrick
Tue Apr 08, 2025 10:39 am
Forum: C#
Topic: Bug in Phidget NuGet since Sep 2024?
Replies: 4
Views: 6996

Re: Bug in Phidget NuGet since Sep 2024?

The native library is now included in ./runtimes/<platform>-<arch>/native/ This is the correct way for native libraries to be packaged as of .NET 5. The old method of using the /dll/ folder was non-standard. If you are targeting .NET 6+ your solution should package things properly automatically. If ...
by Patrick
Tue Apr 08, 2025 8:00 am
Forum: General
Topic: Arduino connection
Replies: 1
Views: 2284

Re: Arduino connection

Hi,

I'm afraid it's not supported. The MOT0110 does have a VINT port (internally a UART), but the protocol is proprietary and undocumented. You could refer to the phidget22 source to decipher the USB protocol.

-Patrick
by Patrick
Tue Apr 01, 2025 12:21 pm
Forum: General
Topic: Upgrading PC from Windows 7, 32 bit to Win 11, 64 bit
Replies: 3
Views: 6124

Re: Upgrading PC from Windows 7, 32 bit to Win 11, 64 bit

Phidget21 does still function in Windows 11 64-bit. However, we are no longer actively supporting it. I would expect that your existing application should just work on the new PC - just make sure you have phidget21.dll (of the correct architecture) and phidget21.net.dll in the same folder as your ex...
by Patrick
Fri Mar 28, 2025 1:05 pm
Forum: General
Topic: SBC3 system software update problem
Replies: 1
Views: 2371

Re: SBC3 system software update problem

Looks like a network issue, the SBC can't find a route to phidgets.com. Are you just using DHCP on the SBC? Does it have a proper IP address? Is it connected to the internet? I'm able to upgrade older SBCs here, so It's not a phidgets.com issue. Your SBC may be having deeper issue considering that y...
by Patrick
Fri Mar 21, 2025 3:51 pm
Forum: Linux
Topic: Segfault with Python/Linux
Replies: 5
Views: 15958

Re: Segfault with Python/Linux

Thanks for reporting, this is fixed for the next release.

-Patrick
by Patrick
Mon Mar 17, 2025 2:14 pm
Forum: Linux
Topic: Segfault with Python/Linux
Replies: 5
Views: 15958

Re: Segfault with Python/Linux

Hi,

What Phidgets are you using? Can you share a code sample that causes the crash?

-Patrick