搜索资源列表
slsnif-0[1].4.2.tar
- 项目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all data going through this port in both directions. Serial line sniffer是一个串行端口记录工具。它监听指定的串行端口并记录所有通过这个端口的两个方向的数据。 来源:http://freshmeat.net slsnif是一个串行端口日志
Simple Sockets Library--ssl-2[1].11a.tar
- 项目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all data going through this port in both directions. Serial line sniffer是一个串行端口记录工具。它监听指定的串行端口并记录所有通过这个端口的两个方向的数据。 来源:http://freshmeat.net slsnif是一个串行端口日志
apartmentsrc
- 大学毕业前的最后一学期,在一家公司实习,当时的工作需要用到一些操作系统提供的组件。那时候只知道COM这个名词,并不知道到底是怎么回事,只知道上网到处找别人的源码解决自己的问题;那段日子到现在回忆起来都是灰色的,每天呆坐在电脑前,一个网站一个网站的查找自己需要的源码。但并不清楚自己到底在做什么;那时候对自己能不能成为一个程序员充满了怀疑。在实习结束返校的火车上,一夜间,我把一本《COM本质论》翻看了120多页。当我和当时的女友吹嘘自己一夜可以看100多页书的时候,她马上问我:看懂多少?当时我哑口无
Mobil_sm
- 用工控机(386)通过串行口控制手机收发短信,可用于远程监控系统。已成功用了二年多,运行稳定。-with IPC (386) serial port control phone text messaging can be used for remote monitoring system. Success has spent more than two years and operating stability.
AccessPort115
- AccessPort115串列阜监控软体,也可以用来测试发送字串档案,功能强大.适用于WINDOWS98/XP/2000系统.站上有其他的版本,而115版以后的便删除WINDOWS98的监控功能,特地上传此版本供WINDOWS98作业系统使用者使用.-AccessPort115 serial mound monitoring software can also be used to test this string files, Powerful. Apply to WINDOWS98/XP/2
evc_serial
- 介绍了在PPC硬件平台下,Windows CE操作系统中实现串口通信程序设计的通用方法-Introduced under the PPC hardware platform, Windows CE operating system, serial communication program design to achieve a common approach
injection
- 利用PC基于Windows操作系统和VB编程环境读取Omron PLC程序中的数据-The use of PC-based Windows operating system and VB programming environment Omron PLC program to read the data in the
14SPI
- c8051f系列单片机的SPI 并行/串行通信源程序 Cygnal出的一种混合信号系统级单片机。片内含CIP-51的CPU内核,它的指令系统与MCS-51完全兼容。其中的C8051F020单片机含有64kB片内Flash程序存储器,4352B的RAM、8个I/O端口共64根I/O口线、一个12位A/D转换器和一个8位A/D转换器以及一个双12位D/A转换器、2个比较器、5个16位通用定时器、5个捕捉/比较模块的可编程计数/定时器阵列、看门狗定时器、VDD监视器和温度传感器等部分。C805
sms_gprs
- 上位机vc6.0编程控制西门子GPRS模块实现短信收发,GPRS收发数据,并且此程序可以移植到带有操作系统UCOS-II或LINUX的下位机,框架结构很好,效率很高。-Programming the control PC vc6.0 Siemens GPRS module to send and receive SMS, GPRS to send and receive data, and this process can be transferred to UCOS-II with the o
SerialPort
- 处理器是ARM11,操作系统是windows ce,串口测试源码-Processor is the ARM11, the operating system is windows ce, serial test source
serial_rec
- 串口异步通讯 无数据丢失 能在多的操作系统下进行移植很运行-Serial asynchronous communication without data loss in multi-operating system is running under the transplant
6
- 串口通讯实验: 本实验得到的结果为,打开超级终端,设置波特率为115200,数据流控制位为无。运行系统,就会显示“UART & Interrupt Experiment,Please Input from the keyboard”,我们就可以通过写串口操作。 在flash调试时,需要修改RO BASE为0x00000000,其他不用修改,重新编译下载就可运行。 注意:由于系统产生中断,程序计数器就会跳到0x18处执行中断服务子程序,所以不能在SDRAM调试。 -Ser
vb
- 串口通讯作为一种古老而又灵活的通讯方式,被广泛地应用于PC间的通讯以及PC和单片机之间的通讯之中。 提到串口通讯的编程,人们往往立刻想到C、汇编等对系统底层操作支持较好的编程语言以及大串繁琐的代码。-Serial communication as an ancient and flexible means of communication, is widely used in communication between the PC and the communication between P
wjq
- 本文描述了在实时操作系统VxWorks中利用串口实现数据通信的方法,并给出了示例程序,具有很强的实用价值,-This paper describes the use of real-time operating system VxWorks serial data communication, and gives the example program has a strong practical value,
SmartFusion_demo
- 基于smartfussion评估板的串口测试代码,内嵌多任务操作系统与uip协议栈-Based on the serial test code smartfussion evaluation board, embedded multi-tasking operating system and protocol stack uip
SysTick
- SysTick(系统定时器):SysTick 定时器被捆绑在 NVIC 中,用于产生 SysTick 异常(异常号 :15)。在以前, 操作系统和所有使用了时基的系统都必须有一个硬件定时器来产生需要的“滴答”中断, 作为整个系统的时基。滴答中断对操作系统尤其重要。例如,操作系统可以为多个任务分 配不同数目的时间片,确保没有一个任务能霸占系统 ;或者将每个定时器周期的某个时间 范围赐予特定的任务等,操作系统提供的各种定时功能都与这个滴答定时器有关。因此, 需要一个定时器来产生周