在C#.Net 4.0中创建设备应用程序 [英] Create Device Application in C# .Net 4.0

查看:80
本文介绍了在C#.Net 4.0中创建设备应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用Visual C#和.Net FrameWork 4制作设备应用程序来控制医疗设备并获得已经取得的结果,例如X射线设备或实验室设备。

可以我得到算法或一些教程。

How to make a Device Application for controlling medical device and get the results that have been made, such as X-ray Device or Laboratory Device by using Visual C# and .Net FrameWork 4.
Could I get the algorithms or some tutorials.

推荐答案

看到这个:

http://dev.windowsphone.com/en-us/downloadsdk [ ^ ]


大多数设备现在使用串行接口协议(通常在USB上,但模拟串行)

befor开发低级应用程序 - 审查设备开发人员手册和api

在C#中你可以使用serialport(工具箱的组件选项卡)

非常设备使用AT命令

AT命令是为调制解调器设计的,但现在用于许多硬件设备
most device now use serial interface protocol (usually on usb but that simulate serial )
befor develop low level app - review device developer manual and api
in C# you can use serialport (component tab of toolbox)
very device use AT command
AT command was designed for modem but now use for many hardware device


这篇关于在C#.Net 4.0中创建设备应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆