如何使用串行通信从Visual Studio 2010 C#发送Cata?

问题描述:

任何人都可以帮助我如何使用串行通信从Visual Studio 2010 C#发送数据?

i使用Visual Studio 2010 C#与emgu进行跟踪球...

i want协调数据x,y和比率发送到微控制器以控制伺服运动...

anyone can help me how to send data from visual studio 2010 C# using serial communication?
i made tracking ball using visual studio 2010 C# with emgu...
i want coordinat data x , y and ratio send to microkontroller for controlling servo movement...

创建SerialPort [ ^ ]实例,配置它,打开它,并使用Write方法发送数据。该链接包括一个基本示例。
Create a SerialPort[^] instance, configure it, open it, and use the Write method to send the data. The link includes a basic example.