搜索资源列表
HowToUseSpcomm
- 使用spcomm控件进行串口通信的程序,包括数据的发送与接收,同时采用定时发送的方式,delphi语言编写。-spcomm used for serial communication control procedures, including data transmission and reception. Timing also adopted this approach, delphi language.
vb-serialport
- 通常串口的开发是基于VC的,这个为以VB开发工具的来说,希望能有所借鉴。用activeX控件 mscomm32.ocx写的一个串口调试工具.-usually is based on the development of the VC, VB to the development of tools, hopes to have a reference. Use activeX control mscomm32.ocx write a serial debugging tools.
COMAssist1.51
- 参考萧峰工作室的串口例程,使用mscomm 6.0编写,创新之处在于程序启动时自动检测并安装ocx控件,自动检测串口,单个文件方便使用,不需要手动安装ocx控件,另外也有许多细小功能的增加,如16进制自动过滤,设置参数的自动保存,相当稳定和人性化,界面布局参考了\"串口调试器 2002\",谢谢上面的两位大侠. 使用VC++ 2005编译,winxp home/pro测试,本人开发中长期使用. -reference to the serial routines, the use o
SPPort
- 串口通讯控件。先把 Pcomm.dll 文件拷贝到OS能找得到的目录下。 在Component菜单下选择Install Component子菜单,选择Into existing package 或者 Into new package,在其中的Unit file name选择Port.pas文件,在Package file name 中输入包的名字,然后按OK选择安装。
SCommTest
- 串口通信 基于MSComm控件的串口调试程序及源代码在Visual C++环境下-Serial communication serial port controls based on MSComm debugger and source code in Visual C++ Environment
CSharp
- CSharp波形显示控件源码,用于单片机串口数据传输-CSharp Waveform Graph.use for MCU
ModbusActiveXControlV2.02
- 一个串口通信优秀控件Modbus ActiveX Control V2.02-A serial communication excellent control Modbus ActiveX Control V2.02
VC60_com
- 本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。主要使用方法 串口设置:m_Comm.SetSettings(“波特率,校验方式,数据位数,停止位数”) -This procedure using VC6.0 Universal Serial control MSCOMM32.OCX to sent to the serial data acquisition and processing. Mainly use the serial port
PCtx
- 串口通信,单路,基于mscomm控件,已验证-Serial communication, single channel, based on the MSComm control, has been verified
Com_Vb
- 接收串行数据的单片机上位机程序。使用VB编写,解析单片机发送过来的串行数据。 单片机是8052,搭载了TCS3200光学颜色采集器,将采集到的数据通过RS232发送到PC,显示RGB数值,在label控件中显示该RGB数值的颜色。 串口数据格式是RGB24位加一位识别码/-Receive serial data microcontroller PC program. Using VB to write, parse microcontroller serial data sent ove