Author |
Message |
Topic: How to transmit to GSM module |
syide
Replies: 2
Views: 3550
|
Forum: General CCS C Discussion Posted: Sat Mar 21, 2009 7:41 pm Subject: How to transmit to GSM module |
I am able to print
AT+CMGS="0129669558"
... |
Topic: How to transmit to GSM module |
syide
Replies: 2
Views: 3550
|
Forum: General CCS C Discussion Posted: Sat Mar 21, 2009 4:41 am Subject: How to transmit to GSM module |
This response from my modem.
\0A21/2009 18:07:07.421 --> Latitude:AT+CMGF=1
OK ... |
Topic: Want to get the response from modem |
syide
Replies: 4
Views: 4119
|
Forum: General CCS C Discussion Posted: Sat Mar 14, 2009 1:35 am Subject: Want to get the response from modem |
I still cannot get the response AT with this code.
Can someone show the way???
#include <18F4620.h>
#fuses HS, NOWDT, NOLVP, NODEBUG, MCLR
#use delay(clock=20000000) ... |
Topic: Want to get the response from modem |
syide
Replies: 4
Views: 4119
|
Forum: General CCS C Discussion Posted: Wed Mar 11, 2009 10:40 pm Subject: Want to get the response from modem |
the code will then be stuck in the 'for' loop, till 26 characters are received
How to solve this problem? is it by using kbhit()? |
Topic: Want to get the response from modem |
syide
Replies: 4
Views: 4119
|
Forum: General CCS C Discussion Posted: Wed Mar 11, 2009 1:18 pm Subject: Want to get the response from modem |
Hello,
Can everyone take a look to this code. I want to get the response from modem. Like when I send AT, the modem will return "ok". Then send it to hyperterminal.
#include <18F462 ... |
Topic: HTTP client or other client |
syide
Replies: 9
Views: 24585
|
Forum: General CCS C Discussion Posted: Tue Mar 03, 2009 3:57 am Subject: TCP client |
I try to change the example 13.c that use MAC_stack to PPP_stack. But i have problem to eliminate the ARP part and replace it with PPP part. Because as far as I know PPP cannot be use with ARP because ... |
Topic: HTTP client or other client |
syide
Replies: 9
Views: 24585
|
Forum: General CCS C Discussion Posted: Tue Mar 03, 2009 2:14 am Subject: HTTP client or other client |
Thanks for reply jgschmit.
The problem here I will not use CCS Embedded Ethernet board. I will use PIC 18f4620 connect to HC25 siemen modem. Also i used rs232 to connect the PIC to modem and not u ... |
Topic: HTTP client or other client |
syide
Replies: 9
Views: 24585
|
Forum: General CCS C Discussion Posted: Mon Mar 02, 2009 12:03 pm Subject: HTTP client or other client |
Can someone give the tips how to make HTTP client in CCS ?
What do we need to make http client ?
Because the example from CCS only have HTTP server.
Can I modify it to become HTTP client ?
By ... |
Topic: Is this the way to make connection between Modem<=>18f |
syide
Replies: 1
Views: 4119
|
Forum: General CCS C Discussion Posted: Mon Feb 23, 2009 12:57 am Subject: Is this the way to make connection between Modem<=>18f |
Hello,
Anyone please tell me whether this code will work.
I try to connect Siemen Hc25 terminal with PIC.
PIC work as client to send data to server in PC.
Siemen HC25 did have TCP/IP stack A ... |
Topic: why this error happen? |
syide
Replies: 7
Views: 7177
|
Forum: General CCS C Discussion Posted: Thu Feb 19, 2009 6:19 am Subject: why this error happen? |
Thnk FvM,
The code u gave work.
Also to Ttlemah for ur advise. |
Topic: why this error happen? |
syide
Replies: 7
Views: 7177
|
Forum: General CCS C Discussion Posted: Thu Feb 19, 2009 4:36 am Subject: why this error happen? |
http://i62.photobucket.com/albums/h99/syide/error-1.jpg
This one after I add ";" after PPP_BUFFER_CHOICE ppp_active_buff;
#locate ppp_active_buff=0x20
But still leave one more err ... |
Topic: why this error happen? |
syide
Replies: 7
Views: 7177
|
Forum: General CCS C Discussion Posted: Thu Feb 19, 2009 4:21 am Subject: why this error happen? |
This is PPPWRAP.H
#ifndef __TCPIP_STACK_PPPWRAP_MODULE_H
#define __TCPIP_STACK_PPPWRAP_MODULE_H
#define MAC_IP 0
#define MAC_ARP 6 //wont be used, but keep it defined
#define IN ... |
Topic: why this error happen? |
syide
Replies: 7
Views: 7177
|
Forum: General CCS C Discussion Posted: Wed Feb 18, 2009 1:06 pm Subject: why this error happen? |
Why this error happen??
http://i62.photobucket.com/albums/h99/syide/error.jpg
main
#define STACK_USE_PPP 1
#define STACK_USE_MAC 0
#define STACK_USE_ICMP 1
#define STACK_USE_TCP ... |
Topic: PPP stack in CCS |
syide
Replies: 4
Views: 4117
|
Forum: General CCS C Discussion Posted: Sun Feb 15, 2009 8:32 am Subject: PPP stack in CCS |
Thanks to eskimobob for replied.
Can anyone else tell me where can I found PPP stack from CCS.
Cause I only used CCS demo version. |
Topic: PPP stack in CCS |
syide
Replies: 4
Views: 4117
|
Forum: General CCS C Discussion Posted: Sat Feb 14, 2009 12:16 pm Subject: PPP stack in CCS |
Hello,
Can anybody here tell me where can I find PPP stack for CCS compiler.
I been search on net for hours but didn't find anything about PPP stack written using CCS compiler. I only find PPP s ... |
|