This intended for Arduino (C++)
I need to use the serial string
[code]//from SerialEvent
String inputString = ""; // a string to hold incoming data
boolean stringComplete = false; // whether the string is complete[code]

in a char array to: (twitter.post(msg)) {
There must be an easier way?

Thanks !