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

TELNET

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



Joined: 02 May 2012
Posts: 4

View user's profile Send private message

TELNET
PostPosted: Sun Aug 25, 2013 9:02 am     Reply with quote

Is anybody implement TELNET with CCS compiler using the chip
ENC28J60 and ready to help?
The Embedded Ethernet Development Kit of CCS is great to implement
a web server but somehow TELNET is forgotten. Is anybody implement it
and ready to share it?
asmboy



Joined: 20 Nov 2007
Posts: 2128
Location: albany ny

View user's profile Send private message AIM Address

PostPosted: Mon Aug 26, 2013 6:33 am     Reply with quote

Do you have any idea what you are really asking for ?

How on earth are you planning to use telnet and for WHAT
in the PIC environment ?

you need to start with some code and effort of your own.
eitan1964



Joined: 02 May 2012
Posts: 4

View user's profile Send private message

PostPosted: Mon Aug 26, 2013 6:55 am     Reply with quote

Thanks for your reply.
I may wasnt clear enough. I developed instrument device ( with PIC ) that can be controll by USB and also by Ethernet in HTTP Protocol.
I implemented the Ethernet based on the CCS Ethernet KIT and the software they supply which is basicly the Microchip Ethernet stack convertting to CCS compiler - which I think it is great tool that help you develop ethernet control. However I want also to have the ability to control my device by Ethernet TELNET Protocol but I found it very hard
Telnet2.c file is missing and other problems.
I thought mybe someone already got over this problems and have some advises and maybe small example to implemet the TELNET Task.
FvM



Joined: 27 Aug 2008
Posts: 2337
Location: Germany

View user's profile Send private message

PostPosted: Mon Aug 26, 2013 9:27 am     Reply with quote

The recent Microchip TCPIP stack has a simple demonstration telnet server, it mainly adds a user/password
dialog and some test functions controlling hardware of the development kits (e.g. LEDs).

see Microchip Solutions\Microchip\TCPIP Stack\telnet.c in the application library

A telnet server of this kind can be easily implemented from the scratch.
eitan1964



Joined: 02 May 2012
Posts: 4

View user's profile Send private message

PostPosted: Mon Aug 26, 2013 10:44 am     Reply with quote

Thanks ! I will try it.
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