- You can download the latest version from the main site if you don't already have it, but the issue isn't the IDE, your code needs to change.
-
- Tweak your input data to be less than 64 and reduce the number of commas that trigger printing and you should see something coming from the Arduino.
- Null terminated arrays of char and the standard c functions that handle them with names that start with str, such as strcpy, strcat.
- You can still use String, though it is ill advised because of the memory allocation bug that comes with it. But you need to get rid of delay as AWOL advised.