搜索资源列表
5ivb_288781
- 串口通信的一个例子,从5iVb网上下载的,但感觉不错。-a serial communication examples, from 5iVb downloading, but feeling good.
考勤
- 这是我给公司编写的自己使用的一个考勤系统,他的界面是从网上下载的,并且路经是静态的 安装的,时候 必须 把 数据库 放在 c:\\progome file\\考勤 下面才可以!-This is what I prepared for the company's own use of a performance appraisal system, and the interface is downloaded from the Internet, and pass through the
串口调试助手源程序1
- 串口调试助手说明讲解了串口开发的要素, 从结构到代码都给了详尽的解释-serial debugging aides note on the development of the serial elements, from structure to the source gave a detailed explanation
apartmentsrc
- 大学毕业前的最后一学期,在一家公司实习,当时的工作需要用到一些操作系统提供的组件。那时候只知道COM这个名词,并不知道到底是怎么回事,只知道上网到处找别人的源码解决自己的问题;那段日子到现在回忆起来都是灰色的,每天呆坐在电脑前,一个网站一个网站的查找自己需要的源码。但并不清楚自己到底在做什么;那时候对自己能不能成为一个程序员充满了怀疑。在实习结束返校的火车上,一夜间,我把一本《COM本质论》翻看了120多页。当我和当时的女友吹嘘自己一夜可以看100多页书的时候,她马上问我:看懂多少?当时我哑口无
ComAssistant串口通信Comport
- 串口调试助手 v1.0 使用说明 本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。 其中用到串口控件为ComPort,该控件为开源软件,各大网站均有下载,目前最新版为3.0。 使用平台: WIN9X/NT/2000/XP 本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明: 十
SeralPort
- 这是我学习串口编程时从盒子上下的,相信对学习串口通讯的同行有帮助. 程序中用到了TApdComPort, 大家可以从盒子上下-This is my learning Serial Programming from the next box, learning to believe that serial communications peer help. the procedure used TApdComPort. You can see from next box
multi_mserver
- 单片机多级通信的从机源代码,经过调试的,可以用。-SCM multi-level communications from the plane source code, after testing can be used.
chuankoujingling
- 我从书上看的,大家用一下吧,可以操作串口-Judging from the book, we spent so much today, can operate Serial
java_serial
- 用java程序从串口读数据 在这个通讯程序中使用了一个简单的协议,既不同的消息之间用星号 * 作为分隔。这个 程序中的问题是ReadSerial进程和WriteSerial进程不能够同时启动,出错信息是不能够 打开串口,因为同样一个串口不能够同时被打开两次(在ReadSerial中声明了FileReader 和在WriteSerial中声明了FileWriter)。这样是不能够实现全双工通讯的。不知道有没有 做过的大侠能够讲讲处理的办法。 -with readi
shuangjitongxun
- 本程序能从键盘读入二个五位十进制数(1位符号位+4位数值位),并将这二个十进制数 分别转换为二进制数,然后求其和,再将和以十进制形式进行显示。-this program from the keyboard read into two five decimal number (1 - 4 Symbol numerical), This will be two decimal number were converted to a binary number, and then seek his,
uart
- 串口编程源代码,从别处转载的,有一定参考价值!-serial programming source code, reprinted from elsewhere, a certain reference value!
5cm
- C51下的 485通讯程序. 包括 主机 和从机的程序. 测试通过了的-C51 under the 485 communications procedures. Including mainframe and from the plane procedures. Pass the test
profibus
- profibus主站及从站源代码,可以作为主从站开发的借鉴-Profibus master and slave source code can be used as a major development from the point of reference
chuanxingkou
- 串行口测试程序。例如:程序复位后先向串口发送\"Hellow Word!\",之后每从串口收到一个字符就把它从串口发送出去 -serial testing procedures. For example : After the first reduction procedures Serial send "Hellow Word!" , After each received from the serial port of a character out of it se
Vbmess
- Visual Basic串口通信程序设计 mscomm.vbx通信控件可直接从vb的toolbox中加入窗体form,即可用其进行通信-Visual Basic serial communication program design mscomm.vbx directly Communication Control Vb from the toolbox window into form, can be used for communication
simple_spi
- 一个简单的SPI IP核,SPI Core Specifications 可以从说明文档中找到! The simple Serial Peripheral Interface core is an enhanced version of the Serial Peripheral Interface found on Motorola s M68HC11 family of CPUs. The Serial Peripheral Interface is a serial, synchron
接收从串口过来的数据并显示
- 蓝牙接收从串口过来的数据并显示
serialportreceive
- 从串口接收数据,后经过计算显示到数字和波形界面上的labview程序,可以进行从0x800000H到0XFFFFFFH数据的十进制小数显示和接收。-From the serial receive data, calculated after the show to digital and waveform labview interface procedures can be carried out to 0XFFFFFFH from 0x800000H decimal decimal data
RS485
- 程序用KEIL51写 从机程序主要实现AD采样,然后把信号传给主机 各从机程序都相同,只是地址不同而已 主机程序:先发一个地址0X01 地址不是01的从机不反应,地址是01的从机把数据发回来. 然后主机再发02地址---02从机收到后发回数据 主机再发03地址---03收到后发回数据给主机 -Programs written with KEIL51 AD from machine to achieve the main sampling progr
stm32 Modbus 从机代码
- 此代码是stm32 modbus 从机代码 本人测试可用。