积极答复者
如何用VB做一个仪器的检测界面

问题
答案
-
http://blog.csdn.net/wuyazhe/article/category/695097
可以看看我的博客
2011 c# mvp China. *George读起来像不像“饺子”?我爱吃饺子,我叫George。- 已标记为答案 Mike FengModerator 2012年1月3日 13:11
全部回复
-
我觉得你首先需要解决的问题是上位机如何与下位机通信的问题。 最简单的通信方式应该是通过tcp/IP协议来做。 但你实际的情况是用TCP/IP来通信的吗?
如果是的话,你先需要完成的是向下位机发送一些测试信息,然后测试机反馈回另外的测试信息。这里有个例子是关于TCP/IP通信的http://www.codeproject.com/KB/IP/Generic_TCP_IP_server.aspx
http://www.codeproject.com/KB/IP/VbNetSendReceiveTcp.aspx
当你完成这个后,第二步才是如何继续处理下位机传回的数据。关于如何将这些数据转换成图形,这要看你具体是画什么样的图形,到时再参考这个列子:http://archive.msdn.microsoft.com/mschart
希望有用。
Mike Feng
MSDN Community Support | Feedback to us
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
-
-
http://blog.csdn.net/wuyazhe/article/category/695097
可以看看我的博客
2011 c# mvp China. *George读起来像不像“饺子”?我爱吃饺子,我叫George。- 已标记为答案 Mike FengModerator 2012年1月3日 13:11
-
Hi George,
Thank you very very much.
Mike Feng
MSDN Community Support | Feedback to us
Please remember to mark the replies as answers if they help and unmark them if they provide no help.