Versuchs so:
Code:
#include "RP6ControlLib.h" 


int main() 
 { 
  initRP6Control(void); 
  char s[6]="Hallo";
  writeString(s); 
  return 0; 
 }