Posts by Dan Pimentel • 33 points
3 posts
-
0
votes1
answer90
viewsQ: Threads do not run - Python
I need to allocate several threads to process a given data array. However, regardless of the number of threads I allocate, one of them is always unexecuted (usually the first). Follows code snippet:…
-
0
votes2
answers135
viewsQ: Send JSON Javascript data to PHP
I am trying to send data in javascript json format to php according to the codes below. However, the result of var_dump($_data) is always NULL. I tested the javascript activity array and it is ok,…
-
3
votes1
answer804
viewsQ: Receive data from Alpha via serial in C#
I need to make an application that sends and receives data from an Aryan Eonard. I searched some examples of serial connection between c# and Arduin application and in all examples I had the same…