Mutiplexed Displays Using Ethernet Socket Server.

Dependencies:   SN74CBT3257 Binary_Switch OSL10564_74HC595

Committer:
shivanandgowdakr
Date:
Tue Oct 23 11:58:45 2018 +0000
Revision:
1:74ecd404d5e5
Parent:
0:ddb5698aa782
Multiplexed 7 Segment Displays using Ethernet

Who changed what in which revision?

UserRevisionLine numberNew contents of line
deepikabhavnani 0:ddb5698aa782 1 ### Getting started with the TCPServer API ###
deepikabhavnani 0:ddb5698aa782 2
deepikabhavnani 0:ddb5698aa782 3 TCPServer Example
deepikabhavnani 0:ddb5698aa782 4 TCP sever in this application accepts single telnet client connection and sends
deepikabhavnani 0:ddb5698aa782 5 buffer data.
deepikabhavnani 0:ddb5698aa782 6
deepikabhavnani 0:ddb5698aa782 7 **Note:** The current example is limited to the ethernet interface on supported
deepikabhavnani 0:ddb5698aa782 8 devices. To use the example with a different interface, you will need to modify
deepikabhavnani 0:ddb5698aa782 9 main.cpp and replace the EthernetInterface class with the appropriate interface.