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

tcp/ip stack
Goto page 1, 2  Next
 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
ChristophM



Joined: 04 Jul 2005
Posts: 4

View user's profile Send private message

tcp/ip stack
PostPosted: Tue Jul 05, 2005 8:26 am     Reply with quote

Hi is any free tcp/ip stack available now??
Because i program for a firm and i need a free stack to modify it.
Mark



Joined: 07 Sep 2003
Posts: 2838
Location: Atlanta, GA

View user's profile Send private message Send e-mail

PostPosted: Tue Jul 05, 2005 8:30 am     Reply with quote

There are several out there. Microchip has one and CCS has ported it. Contact them for a copy.
Guest








PostPosted: Tue Jul 05, 2005 8:37 am     Reply with quote

Yes i read at the microchip website that it is free but in the source files the write something about a licence?
Mark



Joined: 07 Sep 2003
Posts: 2838
Location: Atlanta, GA

View user's profile Send private message Send e-mail

PostPosted: Tue Jul 05, 2005 8:39 am     Reply with quote

You will almost always find a license for "free" software. It doesn't mean that you have to pay royalities though.
Guest








PostPosted: Tue Jul 05, 2005 8:52 am     Reply with quote

sry but do you know a stack for the pic16f877 because the microchip free stack is for the 18f452 ?
Mark



Joined: 07 Sep 2003
Posts: 2838
Location: Atlanta, GA

View user's profile Send private message Send e-mail

PostPosted: Tue Jul 05, 2005 8:55 am     Reply with quote

The stack is written in C so it should work for the pic16's as well. The problem that you are going to have is with code space. What are you trying to do?
Guest








PostPosted: Tue Jul 05, 2005 9:03 am     Reply with quote

At frist i only have to make a udp stream to a specific pc.
Mark



Joined: 07 Sep 2003
Posts: 2838
Location: Atlanta, GA

View user's profile Send private message Send e-mail

PostPosted: Tue Jul 05, 2005 9:04 am     Reply with quote

You can try and port this one

http://www.sics.se/~adam/uip/
Guest








PostPosted: Tue Jul 05, 2005 9:15 am     Reply with quote

thx but ther is a prob with the microchip stack it is only for hitechc and mchp and i need ccs.
did i have to edit all #defines in the compiler.h or is the pic18 compatible with the pic16
Mark



Joined: 07 Sep 2003
Posts: 2838
Location: Atlanta, GA

View user's profile Send private message Send e-mail

PostPosted: Tue Jul 05, 2005 9:40 am     Reply with quote

Ask CCS for the port, they have it. I wouldn't do it in a PIC16. Move up to the PIC18. You aren't going to have much room in the PIC16.
asmallri



Joined: 12 Aug 2004
Posts: 1634
Location: Perth, Australia

View user's profile Send private message Send e-mail Visit poster's website

PostPosted: Tue Jul 05, 2005 10:13 am     Reply with quote

I have written my own stack (before Microchip released theirs) for both the 16F87x and 18F45x. Mark is absolutely right - forget doing it on the 16F. The 18F at the same crystal speed is 4 times the speed of the 16F implementation for multiple reasons.
_________________
Regards, Andrew

http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!!
Mark



Joined: 07 Sep 2003
Posts: 2838
Location: Atlanta, GA

View user's profile Send private message Send e-mail

PostPosted: Tue Jul 05, 2005 10:17 am     Reply with quote

Not to mention the price of the pics are relatively the same
ChristophM



Joined: 04 Jul 2005
Posts: 4

View user's profile Send private message

PostPosted: Tue Jul 05, 2005 1:07 pm     Reply with quote

k will try it with the 18f45x. asmallri can you send me your stacks Rolling Eyes ?
where can i get a layout for a 18f45x or the picdem.net board with the 18f45x because mircochip only sells the board with the 30f.
thx for your help
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Tue Jul 05, 2005 2:29 pm     Reply with quote

Quote:

where can i get a layout for a 18f45x or the picdem.net board with the
18f45x because mircochip only sells the board with the 30f.


Here is the Microchip page for the PicDem.net board.
It says it supports 16F877 and 18C452. If you download the user's
guide, and look at the schematic, it says it supports 16F877, 18C452 and
18F452.
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en010029&part=DM163004
asmallri



Joined: 12 Aug 2004
Posts: 1634
Location: Perth, Australia

View user's profile Send private message Send e-mail Visit poster's website

PostPosted: Tue Jul 05, 2005 6:00 pm     Reply with quote

ChristophM wrote:
k will try it with the 18f45x. asmallri can you send me your stacks Rolling Eyes ?


Sorry - no can do. They written in assembler (for size and speed) and they are my IP and provide me with unique commercial differentiation.

Quote:
where can i get a layout for a 18f45x or the picdem.net board with the 18f45x because mircochip only sells the board with the 30f.
thx for your help
Microchip used to ship it with both 16F877 anf 18F452. They are pin compatible and the kit comes with the image for both (or did anyway).
_________________
Regards, Andrew

http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!!
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
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