Sending tuples from hub to pc. #1864
Replies: 3 comments 19 replies
-
my_tuple = (1.0, 2.0, 3.0)
print(my_tuple)
# or
stdout.write(repr(my_tuple)) |
Beta Was this translation helpful? Give feedback.
-
Hi, facing a different problem right now. every time the hub connects to the pc it automatically communicates |
Beta Was this translation helpful? Give feedback.
-
Okay, i got tuple communication completely working, note this is not using the standart buffer, so it is just going to give you the latest message sent.
PC side
|
Beta Was this translation helpful? Give feedback.
-
Hi, I am currently working on a project involving pc hub communication with bleak, and i wonder if theres a way to send a tuple with floats from the hub to the pc using stdout.write() (no buffer). I have tried multiple solutions and i'm yet to find one.
Beta Was this translation helpful? Give feedback.
All reactions