Embedded with c#

Can we program other electrical applience using c#? via tcp/ip or serial port? is there an reference for this?

Thanx

[118 byte] By [DanielMahadi] at [2008-1-28]
# 1

Hi,

I am not sure about what you mean by an electrical appliance. It is however possible to communicate on serial port using C#.

Following articles discuss this in detail for 1.1 .NET Framework:
Serial COM Simply in C#
http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=320

Also Gotdotnet has a User sample:
SerialPort component and CSTerm terminal application
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=b06e30f9-1301-4cc6-ac14-dfe325097c69

Version 2.0 has a separate SerialPort component:
Lots of Info on Serial Port for 2.0
http://msmvps.com/coad/archive/2005/03/23/39466.aspx

Regards,
Vikram

Vikram at 2007-8-21 > top of Msdn Tech,Visual C#,Visual C# Language...