How to read Location from GPS module and send Location with SMS using GSM module
Introduction Hi guys, in this we will see how to read the present location from the GPS module and this location to the user from the GSM module as SMS.…
Introduction Hi guys, in this we will see how to read the present location from the GPS module and this location to the user from the GSM module as SMS.…
To Create a .c file, right-click on the desktop and select a new document and give the name as print.c. Open the file it may be opened in any text…
cd change directory(cd) is change the path to given path. Ex: cd /home cd /mnt pwd present working directory (pwd) it shows the current path. Ex./home/Desktop mv move (mv)…