Search Results

by rabarar
Tue Jul 05, 2022 4:26 pm
Forum: Python
Topic: stop responding after deatach/attach
Replies: 0
Views: 119537

stop responding after deatach/attach

I'm having an issue where my python script after an hour or so detaches, and (re)attaches and then goes silent. Any ideas?
by rabarar
Thu Feb 17, 2022 6:24 pm
Forum: C/C++
Topic: Timeout on openWaitForAttachment
Replies: 2
Views: 17294

Re: Timeout on openWaitForAttachment

So I was doing this remotely via ssh and didn't see that the security software was blocking the connection (LuLu) - that was the issue. I was glad to see that it wasn't an intermittent issue, rather a security snafu!

Thanks for the reply!
by rabarar
Thu Feb 17, 2022 11:15 am
Forum: C/C++
Topic: Timeout on openWaitForAttachment
Replies: 2
Views: 17294

Timeout on openWaitForAttachment

I’ve run some example code that works successfully. And after some time when I rerun it, I get a timeout waiting to attach. Subsequent running of the program doesn’t resolve and allow for attachment. I can see in the log that I can successfully reach the hub5000.local device. But not sure why the ti...
by rabarar
Thu Feb 17, 2022 11:13 am
Forum: C/C++
Topic: reading multiple TMP1100_0 Sensors on a HUB5000_0
Replies: 2
Views: 14315

Re: reading multiple TMP1100_0 Sensors on a HUB5000_0

Thanks - that makes sense.
by rabarar
Wed Feb 16, 2022 4:31 pm
Forum: C/C++
Topic: reading multiple TMP1100_0 Sensors on a HUB5000_0
Replies: 2
Views: 14315

reading multiple TMP1100_0 Sensors on a HUB5000_0

I've looked at the example code to read a temp sensor on the wifi hub - what isn't clear is how to read a specific sensor on a specified channel. For example, If I have port 4 and 5 each connected to a TMP1100_0 how can I read both and know which value is from which port?