码迷,mamicode.com
首页 >  
搜索关键字:serialport    ( 119个结果
C#控件系列--组件
WinForms提供了若干标准组件,包括BackGroundWorker、DirectoryEntry、DirectorySearcher、ErrorProvider、EventLog、FileSystemWatcher、HelpProvider、ImageList、MessageQueue、Process、PerformanceCounter、Serialport、ServiceController、Timer等。...
分类:其他好文   时间:2014-08-31 01:41:50    阅读次数:189
[Android初级]android模拟器中的串口Serialport测试
最近项目要使用到串口通讯,在搭载android系统的主板上监听COM口的数据,这块之前没接触过,我搜索了一下找到一个开源项目:android-serialport-api,通过这个开源项目,我可以轻松的在android应用层监听和请求所需要的设备端口的数据。 使用前,考虑到没有硬件的条件下,我先做个虚拟测试。在电脑上虚拟建立2个com口,(com2com3),他们是互通的,我要这么做,通过and...
分类:移动开发   时间:2014-08-06 14:56:11    阅读次数:312
温度传感器+I2C+串口+PC上位机(pyserial)例子
温度传感器+I2C+串口+PC上位机(pyserial)例子 例子写的有点乱,主要是学习: 温度传感器DS18b20,E2PROM,I2C, 串口读写,PC上位机(pyserial)数据显示 SerialPort.py ? ? PC串口上位机程序,可以设定上限报...
分类:其他好文   时间:2014-07-26 17:26:52    阅读次数:655
C#中串口与Modem的通信
C#中串口与Modem的通信2007-08-20 09:52643人阅读评论(8)收藏举报最近一段时间,试验了串口的数据传输.在C#中,其实有一个很好的类SerialPort使串口间的通信变得简单而且好控制.一.下面给出SerialPort的基本属性: serialPort1.PortName = ...
分类:其他好文   时间:2014-07-22 23:24:37    阅读次数:218
(c#2.0)serialPort串口通讯
原文:(c#2.0)serialPort串口通讯using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Data.SqlClient;using ...
分类:其他好文   时间:2014-06-27 23:04:27    阅读次数:292
Java SerialPort SDK
SerialPort SDK is a professional java serial port SDK,provides simple communication interface to connect to any serial port device....
分类:编程语言   时间:2014-06-08 05:40:31    阅读次数:273
C#用SerialPort实现串口通讯
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Tex...
分类:其他好文   时间:2014-05-22 12:36:05    阅读次数:243
【笔记】SerialPort类的实现
class CSerialPort{ public: // contruction and destruction CSerialPort(); virtual ...
分类:其他好文   时间:2014-05-02 20:05:02    阅读次数:265
类图(Rose) - Windows XP经典软件系列
本例为串口类(VC)的类图     一、图片     二、下载             SerialPort.mdl...
分类:Windows程序   时间:2014-04-27 18:15:35    阅读次数:959
119条   上一页 1 ... 10 11 12
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!