搜索资源列表
ldsdsed_dm
- 软件介绍:主要用于LED数码管段位置信息生成,可保存在单片机程序存储器中供查表使用的数据。可自行修改数码管各段的位置信息;可以选择LED类型:共阴或共阳;自定义位置信息并可保存;可以生成 8位同样可以保存为C、ASM、PIC、EMC、数组等格式数据。-software presentations : mainly for possession of the LED digital location information generated, kept in SCM program memory
标签数据录入系统
- 这是我给一个做射频卡的公司做的小程序,主要是将数据同时写入PRR8031芯片和数据库,包括一些数据类型转换、生成序列号等内容-This is what I do for a radio card companies do small procedures, the data is also written into the PRR8031 chips, and databases, including some data type conversion, such as serial numbe
VB_FP
- 实现VB和松下PLC通信 单独读写1位 "X" "Y" "R" "C" "T" 一次读写多个不同类型的位 "X" "Y" "R" "C" "T" 一次读写多个数据 "WX" "WY" "WR" "WL" "DT" "FL" "LD" "SV" "EV" -Panasonic VB and PLC communication to achieve a separate read and write an " X" " Y" " R"
I2C
- 2C总线在传送数据过程中共有三种类型信号, 它们分别是:开始信号、结束信号和应答信号。 开始信号:SCL为高电平时,SDA由高电平向低电平跳变,开始传送数据。 结束信号:SCL为高电平时,SDA由低电平向高电平跳变,结束传送数据。 -I2C
M_232
- vc++环境中实现串口通信,分时和两个类型串口通信。并显示存储数据。本例实现和环境监测仪与逆变器的通信,可用于太阳能环境参数的监测。-vc++ environment to achieve serial communication, sharing, and two types of serial communication. And display the stored data. In this case the environment monitor implementation and
VSerial
- WindowsXP下虚拟串口驱动源码.使用VC的编译环境编译,目前还是在HelloWDM的基础上进行,完成了驱动的框架,虚拟的串口7。系统加载驱动好,必须在注册表中手动添加才行,具体位置是HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SERIALCOMM,在这里加入新项目,名为MyWDMDevice,类型为REG_SZ,内容是COM7。向虚拟串口写入的数据会自动发回来。本程序适合初学者学习参考。-Virtual serial port driver source c
DeviceCheck0615
- 检查网络与串口之间数据的交换情况,实时分析串口数据的类型-Check the network and the exchange of data between serial ports, real-time analysis of the type of serial data
serial-code
- 可以看到数据传输的形式,可以调整串口的参数,以及传输的数据类型。-You can see the data in the form of serial port parameters can be adjusted, and transmission of data types.
MFC-com
- 本文既写了在Windows中怎样用VC控件MSComm,又说明了API技术编程方法,在写用MSComm控件时,数据类型的转换说得不是太明白,初次涉猎串口编程的朋友恐怕看了还是编不出来;直接从底层编写的部分值得一读,说得较为详细,但你得先从VC教本上看一看什么是线程。-This paper is written in Windows using VC control how MSComm, and shows the API technology programming method, and w
Serial--data-validation
- 用于串行通讯口的数据校验,校验结果为强制类型转换后的数据和-Data validation, verification results for serial communication port casts data and
VCL
- 一个VCL控件 1.针对与①单片机通讯②传递大量复杂数据, 加强了数据包功能: 增加了 PackageType 和 PackageInterval 两个属性。 PackageType 允许设置数据包的格式, 可设置包括与以前兼容、帧首尾和控制符、使用超时等三种类型的数据包格式。 PackageInterval 属性: 如果 PackageType 为超时判断数据首尾, 这个属性设置超时时间(毫秒)。 ①使用超时的方法适用于与单片机和仪表通讯的大部分情况 ②使用帧首尾和控制
MScomm
- labview环境下串口通讯助手,可设置多种波特率和选择串口,具有波形显示功能,支持协议自定义,通讯数据类型自定义(char,short,int,float),拥有保存图像等功能。-labview environment under serial communications assistant, you can set a variety of baud rates and the serial port, has a waveform display function, support f
hextodouble
- 把串口读入的二进制数据流转换成double类型,这个函数可以直接调用-The serial binary data stream read into double-precision data conversion, can be called directly.
ComFxPlc
- 通讯组件能对PLC的输入、输出端口,以及内部中间继电器存储区域、内部数据存储区域,以及扩展存储区域进行读写操作,常用数据类型如下: INT16: 16位有符号整数; DINT32: 32位有符号整数; UINT16: 16位无符号整数; HEX32: 32位16进制字符; BIN16: 16位二进制字符串; REAL32: 32位单精度浮点数据;(The communication component can
pyhton串口通信上位机
- pyhton串口通信上位机,把python的数据类型转化成字节流发送至单片机(Pyhton serial port communication host computer, converting the data type of Python into byte stream and sending it to MCU)