What is this language below | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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)

7th Dec 2020, 1:29 PM
RD:programmer
RD:programmer - avatar
4 Answers
+ 3
C++ dialect from arduino IDE
7th Dec 2020, 1:34 PM
Igor Kostrikin
Igor Kostrikin - avatar
- 1
Can i do same with javascript
7th Dec 2020, 1:36 PM
RD:programmer
RD:programmer - avatar
- 1
Ooohh!!so I can't this with javascript .......
7th Dec 2020, 1:56 PM
RD:programmer
RD:programmer - avatar
- 1
But i found in google that javascript is used to program microcontroller ?
7th Dec 2020, 1:56 PM
RD:programmer
RD:programmer - avatar