If you post a focused, complete question, we might find out.
python list to arduino array
or
python string to arduino array
how
is that simple enough for you?
also, why is library string.h not working neither is wstring.h
They very first reply directed you towards the most fundamental tutorial on how to receive and parse Serial Data on an Arduino. Please read the tutorial.
Those work perfectly.
and i replied. i have already tried that. ill try it again so i can provide the error
but without any code to look at
i literally just said i was going to rewrite
You didn't say anything about posting code though, just "provide the error". If you do decide to follow the forum guidelines for posting and asking questions, you might eventually find some help here.
oh the error was string and char cant convert or something like that i got frustrated and deleted it all because i had it almost letter for letter and thats what it did. still working on code again hold tight. thanks for prompt replies though
Perfect. Thanks.
ya im gonna be a bit
It sounds like you are mixing up Strings (objects of the String library) and strings (zero terminated arrays of chars)
Please don't tell me that after reading the tutorial that I linked to that you are reading the data into a String then trying to parse it using strtok()
i did exactly that!
...and then?
you make it sound like there is more to it than that, if im wasting my time please inform me
I'm only wondering, what the current status is. Solved, or you have additional questions?
How do i go from the first type of string to the other type of string?
The String class has methods to translate those. Both ways.
I cant have fixed width because whether i use decimal places or a whole number range the length will vary