OK schwere Geburt!!!

Aber jetzt endlich hab ich es doch noch geschafft!

Code:
char output[14];

output[0] = 0x02;//STX
output[1] = 0x33;//DEVICE
output[2] = 0x48;//WERT0
output[3] = 0x65;//WERT1
output[4] = 0x79;//WERT2
output[5] = 0x20;//WERT3
output[6] = 0x48;//WERT4
output[7] = 0x6F;//WERT5
output[8] = 0x21;//WERT6
output[9] = 0x21;//WERT7
output[10]= 0x0D;//ETX

cout << output << endl;
Trotzdem danke an euch alle!

gruß Marc