CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Picdem.net and CCS and SMTP

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
beck



Joined: 16 Jan 2005
Posts: 6

View user's profile Send private message

Picdem.net and CCS and SMTP
PostPosted: Sun Jan 16, 2005 10:39 am     Reply with quote

Hello,

I would like a mail send with my Picdem.net by SMTP. There is a software for the CCS Kompiler. The software known to me of IOSOFT doesn't work. Has anybody of Microchip transcribed TCP/IP Stack for CCS?

Best Regards
Matthias Beck
dyeatman



Joined: 06 Sep 2003
Posts: 1923
Location: Norman, OK

View user's profile Send private message

CCS has it
PostPosted: Sun Jan 16, 2005 11:13 am     Reply with quote

CCS has a TCP/IP stack converted for CCS.

If you are a registered CCS user send them an email they will send it to you.

Also, Jeremy Benthams book TCP/IP Lean has CCS based TCP code in it.

Try this link for more info:
http://www.ccsinfo.com/forum/viewtopic.php?t=18357

BTW, I have seen the IOSOFT code used and it worked so you may not be doing something right. Why dont you ask IOSOFT?
Guest








PostPosted: Sun Jan 16, 2005 11:39 am     Reply with quote

> Hello,
>
> I have a problem with your software.
> I use the following surroundings:
>
> - picdem.net
> - CCS compiler PCH 3,214
> - PWeb v2.62
>
> Settings:
> --------------------------------------------------------------------
> -------- - p18web.c
>
> /* TCP protocols: enabled if non-zero */
> #define INCLUDE_HTTP 1 // Enable HTTP Web server
> #define INCLUDE_SMTP 1 // Enable SMTP email client
> #define INCLUDE_POP3 0 // Enable POP3 email client
>
> /* UDP protocols: enabled if non-zero */
> #define INCLUDE_DHCP 0 // Enable DHCP auto-confiuration
> #define INCLUDE_TIME 0 // Time client: polls server routinely
>
> /* Other utilities */
> #define INCLUDE_WLAN_SCAN 0 // Set non-zero to scan for WLAN Access
> Points // (ER21 must be enabled, SMTP disabled)
>
> /* Low-level drivers: enabled if non-zero */
> #define INCLUDE_ETH 1 // Ethernet driver
> #define INCLUDE_WLAN 0 // Wireless LAN card driver
> #define INCLUDE_LCD 1 // Set non-zero to include LCD driver
> #define INCLUDE_CFG 1 // Set non-zero to include IP & serial
> num config
> #define ER21 0 // Set non-zero if ER21 WLAN board (0
> if PICDEM) #define ADDRLATCHED 0 // Set non-zero for ER22
> (ER21 must also be set) --------------------------------------------
> -------------------------------- -
>
>
> --------------------------------------------------------------------
> -------- - p18_tcpc.c
>
> #define MAILSERVER_ADDR 194,25,134,25
>
> #define CLIENT_DEBUG 1
> --------------------------------------------------------------------
> -------- -
>
> My problem:
>
> - The program starts
> - The internet page is represented correctly.
> - After "Press pushbutton to run SMTP client"
>
> debug screen
>
> SMTP start
>
> ARP TCP //some seconds wait
>
> FAILED //Answer of line 234 from p18_tcpc.c
>
> DISCONNECTED //Answer of line 282 from p18_tcpc.c
>
Hello,

I had put the question to IOSOFT and I got the answer shall myself after an old software (version 2.21) uses the fault suchen.Ich and the fault is very difficult.
Here one statement





> Where is the problem?
>
>
> --------------------------------------------------------------------
> -------- -
> With another web server (Atmel) all einwandfre works. So the line
> path to the provider and the IP address is all right.
> --------------------------------------------------------------------
> -------- -
>

Best Regards
Matthias Beck
beck



Joined: 16 Jan 2005
Posts: 6

View user's profile Send private message

PostPosted: Sun Jan 16, 2005 11:44 am     Reply with quote

Excuse me, I didn't have me log-in.


Hello,

I had put the question to IOSOFT and I got the answer shall myself after an old software (version 2.21) uses the fault suchen.Ich and the fault is very difficult.
Here one statement




> Hello,
>
> I have a problem with your software.
> I use the following surroundings:
>
> - picdem.net
> - CCS compiler PCH 3,214
> - PWeb v2.62
>
> Settings:
> --------------------------------------------------------------------
> -------- - p18web.c
>
> /* TCP protocols: enabled if non-zero */
> #define INCLUDE_HTTP 1 // Enable HTTP Web server
> #define INCLUDE_SMTP 1 // Enable SMTP email client
> #define INCLUDE_POP3 0 // Enable POP3 email client
>
> /* UDP protocols: enabled if non-zero */
> #define INCLUDE_DHCP 0 // Enable DHCP auto-confiuration
> #define INCLUDE_TIME 0 // Time client: polls server routinely
>
> /* Other utilities */
> #define INCLUDE_WLAN_SCAN 0 // Set non-zero to scan for WLAN Access
> Points // (ER21 must be enabled, SMTP disabled)
>
> /* Low-level drivers: enabled if non-zero */
> #define INCLUDE_ETH 1 // Ethernet driver
> #define INCLUDE_WLAN 0 // Wireless LAN card driver
> #define INCLUDE_LCD 1 // Set non-zero to include LCD driver
> #define INCLUDE_CFG 1 // Set non-zero to include IP & serial
> num config
> #define ER21 0 // Set non-zero if ER21 WLAN board (0
> if PICDEM) #define ADDRLATCHED 0 // Set non-zero for ER22
> (ER21 must also be set) --------------------------------------------
> -------------------------------- -
>
>
> --------------------------------------------------------------------
> -------- - p18_tcpc.c
>
> #define MAILSERVER_ADDR 194,25,134,25
>
> #define CLIENT_DEBUG 1
> --------------------------------------------------------------------
> -------- -
>
> My problem:
>
> - The program starts
> - The internet page is represented correctly.
> - After "Press pushbutton to run SMTP client"
>
> debug screen
>
> SMTP start
>
> ARP TCP //some seconds wait
>
> FAILED //Answer of line 234 from p18_tcpc.c
>
> DISCONNECTED //Answer of line 282 from p18_tcpc.c
>






> Where is the problem?
>
>
> --------------------------------------------------------------------
> -------- -
> With another web server (Atmel) all einwandfre works. So the line
> path to the provider and the IP address is all right.
> --------------------------------------------------------------------
> -------- -
>

Best Regards
Matthias Beck
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group