Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
duino-pi_protokol [2014/10/26 23:17] admin |
duino-pi_protokol [2014/11/10 02:18] (current) admin |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| The signal beginns with 4 diffrent characters (S,M,A,D) for stepper motor, gear motors, analog- and digital output and the number of the device. Followed by an other character for the attribut and the value. | The signal beginns with 4 diffrent characters (S,M,A,D) for stepper motor, gear motors, analog- and digital output and the number of the device. Followed by an other character for the attribut and the value. | ||
| + | |||
| + | Duino-Pi Code:\\ | ||
| + | [[https:// | ||
| structure: | structure: | ||
| Line 27: | Line 30: | ||
| **Digital**\\ | **Digital**\\ | ||
| D = digital + number (1, | D = digital + number (1, | ||
| - | V = value + number (0,1)\\ | + | S = value + number (0,1)\\ |
| - | Example: | + | or\\ |
| + | F = flash + number 1\\ | ||
| + | Example: | ||
| **Preset**\\ | **Preset**\\ | ||