Search Results

by virtuosonic
Tue Sep 08, 2020 4:11 pm
Forum: Linux
Topic: reattach 1046 after dettach
Replies: 2
Views: 12184

Re: reattach 1046 after dettach

Hi thanks, looks like that was the problem, here is the example modified /************************************** Name: 1046_reconn.cpp Desc: demuestra como reconectar un phidgets 1046_0 Date: 05-Sep-2020 License: MIT */ #include <iostream> #include <thread> #include <phidget21.h> using namespace std...
by virtuosonic
Mon Sep 07, 2020 1:57 pm
Forum: Linux
Topic: reattach 1046 after dettach
Replies: 2
Views: 12184

reattach 1046 after dettach

I'm trying to write code to reattach a 1046_0 automatically after dettachment but it looks like it can't detect the device change. I wrote this code for isolate the problem, but I can't get the library to find the device System info is: $uname -a Linux rasberrypi 4.19.66-v7+ #1253 SMP Thu Aug 15 11:...