View previous topic :: View next topic |
Author |
Message |
eitan1964
Joined: 02 May 2012 Posts: 4
|
TELNET |
Posted: Sun Aug 25, 2013 9:02 am |
|
|
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
|
|
Posted: Mon Aug 26, 2013 6:33 am |
|
|
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
|
|
Posted: Mon Aug 26, 2013 6:55 am |
|
|
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
|
|
Posted: Mon Aug 26, 2013 9:27 am |
|
|
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
|
|
Posted: Mon Aug 26, 2013 10:44 am |
|
|
Thanks ! I will try it. |
|
 |
|