IR and GSM Based Security System - ARDUINO CODE Coder #define rxPin 0 #define txPin 1 #define buzz 4 #include <SoftwareSerial.h> #include <string.h> void setup() { ... Read More