Search Results

Search: Posts Made By: harsh_it
Forum: Programming 07-20-2009
2,508
Posted By harsh_it
do you think you are a real c programmer then lets see..
here is a code which sends and receives sms through a serial port. the problem is that its givin segmentation fault. it first sets the file discriptor and the initialises the modem by using AT...
Forum: Programming 07-20-2009
1,966
Posted By harsh_it
do you think you are a real c programmer then lets see..
#include<stdio.h>
#include<unistd.h>
#include<fcntl.h>
#include<termios.h>
#include<string.h>
#include<errno.h>
#include<sys/types.h>
#include<sys/select.h>
#include<string.h>...
Forum: Programming 07-16-2009
3,517
Posted By harsh_it
problem in coding for GSM interfacing using serial port
i am having some coding problem in c for interfacing the GSM module through serial port. i want to send/receive sms. i have done all the setting for the port and know the AT command to use in this...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 09:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy