save StringBuilder to file
in
Programming Questions
•
8 months ago
I am collecting lots of "char"s over a Serial port and using StringBuilder to append as they arrive . It works nicely, however I want to save the StringBuilder to a file.
Any ideas or knowledge to share?
I do not want to use bytes or text. saveStrings() seems like what I need, but it only accepts a String array, which StringBuilder is not.
1