From: <jac...@us...> - 2013-02-17 17:39:13
|
Revision: 2999 http://openlcb.svn.sourceforge.net/openlcb/?rev=2999&view=rev Author: jacobsen Date: 2013-02-17 17:39:06 +0000 (Sun, 17 Feb 2013) Log Message: ----------- fix cut& paste error, add warning about no echo Modified Paths: -------------- trunk/prototypes/C/CAN2EtherNetServer/index.html Modified: trunk/prototypes/C/CAN2EtherNetServer/index.html =================================================================== --- trunk/prototypes/C/CAN2EtherNetServer/index.html 2013-02-15 21:10:53 UTC (rev 2998) +++ trunk/prototypes/C/CAN2EtherNetServer/index.html 2013-02-17 17:39:06 UTC (rev 2999) @@ -38,11 +38,9 @@ WIZnet chip. The code includes an optional reference to a modified library to avoid a pin conflict with some CAN interfaces.</P> <P>Up to four Telnet connections are supported automatically by the -Ethernet librarybuilds all the example Arduino sketches in the -current directory, thereby ensuring they compile. It then tests -execution of the library by building several executables in the -OpenLcbTest directory, then running them and comparing their output -to reference files.</P> +Ethernet library. Note that frames from one TCP/IP connection +will <b>not</b> be echoed to the other connections; +this is a problem when using multiple connections for e.g. a backbone.</P> <H2 CLASS="western">Versions</H2> <UL> <LI><P STYLE="margin-bottom: 0cm">Version: 1.0.0.2</P> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |