0
What is this language below
gsm_send_msg_by_ASHISH void setup() mySerial.begin (9600): Serial.begin (9600) ; delay (100) : void loop () if (Serial.availabie ()>0) awitch (Serial.zead ()) case 's': mySerial.println("AT+CHGE=1"); 1/Sets the GSM Module in Text Mode delay (1000): // Delay of 1 second mySerial.println("AT+CMGS=\"+919616288208\"\x"); // Replace x with mobile number mySerial.println("Technolab creation");// The SMS text you want to send delay (1000) ; delay (100) : mySerial.printin((char)26)// ASCII code of CTRL+Z for saying the end of sms to the module delay (1000); break: // Setting the baud rate of GSM Module // Setting the baud rate of Serial Monitor (Arduino)
4 Respuestas
+ 3
C++ dialect from arduino IDE
- 1
Can i do same with javascript
- 1
Ooohh!!so I can't this with javascript .......
- 1
But i found in google that javascript is used to program microcontroller ?