Page 2 of 2

Re: Connecting PIR Sensor to SK40C and Siemens TC35 GSM

PostPosted: Sun Feb 24, 2013 2:48 am
by Ameen
i also try connect the GSM to laptop using the RS232 USB converter..
but the result still the same..what might be the problem?? any sugggestion?
the GSM blinking as it working FYI.
2013-02-24 03.04.12.jpg
2013-02-24 03.04.12.jpg (10.51 KiB) Viewed 6105 times

Re: Connecting PIR Sensor to SK40C and Siemens TC35 GSM

PostPosted: Sun Feb 24, 2013 9:28 am
by shahrul
USB-to-UART need a driver to be install. Download driver from the product page here.

Re: Connecting PIR Sensor to SK40C and Siemens TC35 GSM

PostPosted: Sun Feb 24, 2013 12:39 pm
by Ameen
Thank you shahrul...finally manage to send&call using the modem..later i will upload the result and step that i done to help others who still have problem..later also i need to combine using PIC also..and trigger the GSM

Re: Connecting PIR Sensor to SK40C and Siemens TC35 GSM

PostPosted: Wed Jan 22, 2014 3:26 pm
by chingfa
Good Day,

I'm newbie anyone can help me about programming :( :(
How to define the below code? What is the meaning of str??

uart_putstr("ATD0174366043;\r");
lcd_putstr(" CALLING");
uart_transmit("/r");

Thank you

Re: Connecting PIR Sensor to SK40C and Siemens TC35 GSM

PostPosted: Thu Jan 23, 2014 9:18 am
by ober
chingfa WROTE:I'm newbie anyone can help me about programming :( :(
How to define the below code? What is the meaning of str??

uart_putstr("ATD0174366043;\r");
lcd_putstr(" CALLING");
uart_transmit("/r");

What do you mean by define? Or you want to know the function's task?

str is short for String, we normally name that function with short form and string is array of character being terminated by null character.

Re: Connecting PIR Sensor to SK40C and Siemens TC35 GSM

PostPosted: Sat Jan 25, 2014 2:22 pm
by chingfa
Hi Ober,

I try learn how to use the GSM from the tutorial.. After i run the coding for calling it got some error about there.
Undefined identifier for lcd_putstr
Undefined identifier uart_transmit
Undefined identifier uart_putstr

Thank you

Re: Connecting PIR Sensor to SK40C and Siemens TC35 GSM

PostPosted: Sun Jan 26, 2014 6:47 am
by ober
Can you share the print screen of your IDE? What is the software and compiler you use?