PORTS Forum

Ports and Interfaces => Embedded Ethernet => Topic started by: zhengt on April 03, 2011, 04:08:24 pm

Title: Any good C# code sample for Ethernet?
Post by: zhengt on April 03, 2011, 04:08:24 pm
Jan,

 Any good C# code sample for Ethernet?
I did use your C# code for USB, very good.

Thanks.
Title: Re: Any good C# code sample for Ethernet?
Post by: Jan Axelson on April 03, 2011, 05:44:02 pm
The examples from Embedded Ethernet and Internet Complete are here, but I did them only in Visual Basic, so you'll need to convert:

http://www.janaxelson.com/eeccode.htm

The .NET code is much the same in both languages, just different syntax rules.

Jan