Arduino komunikace rs485

#define SSerialTxControl 3 //RS485 Direction control #define RS485Transmit HIGH #define RS485Receive LOW #define Pin13LED 13 /*—–( Declare objects )—–*/ /*—–( Declare Variables )—–*/ int byteReceived; int byteSend; void setup() /****** […]