Split string to make elements accessible #1147
-
I am creating a string in a python transform that I am sending over serial port to a microcontroller. It comes in the form |
Beta Was this translation helpful? Give feedback.
Answered by
bruno-f-cruz
Nov 15, 2022
Replies: 1 comment 1 reply
-
You can use the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
horsto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the
Parse
operator with the pattern%f_%f
, outputting a tuple with two floats.