hallo,
danke, soweit bin ich jetzt noch gar nicht.
Was ich "später" allerdings bräuchte, wäre für die Arduino-Raspi-Serial-Kommunikation etwas wie
ComPort1->ShowSetupDialog();
ComPort1->Open();
if( ComPort1->Connected ) { }
n=ComPort1->Available()
if( ComPort1->TimeOut(millis) ) { }
ComPort1->WriteStr(cstr);
ComPort1->ReadStr(cstr);
ComPort1->WriteByte(c);
ComPort1->ReadByte(c);
ComPort1->Close();
...
usw.
Lesezeichen