Thema: Delphi TComport - Byte senden

Einzelnen Beitrag anzeigen

Benutzerbild von Muellermilchtrinker
Muellermilchtrinker

Registriert seit: 1. Aug 2009
447 Beiträge
 
Delphi 2009 Professional
 
#10

AW: TComport - Byte senden

  Alt 14. Mai 2011, 11:49
Also in marray (String) steht:
Code:
marray[1] := &B01000000
marray[2] := &B00000000
marray[3] := &B00000000
marray[4] := &B00000000
marray[5] := &B00100000
marray[6] := &B00000000
marray[7] := &B00000000
marray[8] := &B00000000
marray[9] := &B00010000
marray[10] := &B00000000
marray[11] := &B00000000
marray[12] := &B00000000
marray[13] := &B00001000
marray[14] := &B00000000
marray[15] := &B00000000
marray[16] := &B00000000
marray[17] := &B00000100
marray[18] := &B00000000
marray[19] := &B00000000
marray[20] := &B00000000
Da Programm intern meine Zustände in einem 3D-Array liegt, konvertiert die Funktion fcMakeCodeforRS232 einfach die richtigen LEDs zu meinem Musterformat oben und legt diese dann in marray.
Chuck Norris doesn't need backups. He just uploads his files and lets the world mirror them.
  Mit Zitat antworten Zitat