搜索资源列表
robot_cut
- 机器人通讯协议,用于激光切割系统的通信协议以及实现方法,其中涉及到实时多任务系统VRTXsa.串口通信控件编制-robot communications protocols, laser cutting system for the communication protocol and method, which relates to real-time multi-task system VRTXsa. Serial Communication Control preparation
20072423243257
- 模仿Windows任务管理器,visual basic 网上找的.-imitate Windows task manager, visual basic for the Internet.
123454
- 一、设计的主要技术参数 设计一个能进行声音、图像传输的光纤系统,并实现传输。 二、设计任务 1、设计模拟信号输入端口; 2、设计模拟信号光发送电路; 3、设计模拟信号光接受电路; 4、设计模拟信号输出端口。 三、设计工作量 1、设计模拟信号输入端口; 8小时 2、设计模拟信号光发送电路; 8小时 3、设计模拟信号光接受电路; 8小时 4、设计模拟信号输出端口。 8小时 系统联调,测试,总结报告。 8小时 -First, the main tec
if
- 串口通信的主要任务是采集遥测数据。从图1 可以看出, 转台上有3 路数据要通过串口进行通信, 分别是GPS、陀螺和飞轮电机。-Serial Communication s main task is collecting telemetry data. As can be seen from Figure 1, 3-way switch to the platform through the serial data communication, namely GPS, gyro and motor
4024
- 该程序实现了对4024通讯模块的发送和接受任务-The realization of the program on communication module 4024 to send and receive task
gpstime
- GPS(陕西天文台2006C)卫星校时软件 随WINDOWS自动启动/取消启动模块,自动校时,任务栏隐藏,程序隐藏-GPS (Shaanxi Observatory, 2006C) of satellite schools with WINDOWS software automatically when you start/cancel startup module, automatic error correction, task bar hide, hide program
VCPC
- 利用VC++实现PC机与单片机串口通信任务-Using VC++ to achieve PC and MCU serial communication task
testmfc
- 串口通信,用VC控件MSComm编写串口通信程序的源代码,有了这个代码,就可以轻而易举地完成串口编程任务了。-Serial communication, written with the VC control MSComm serial communication program' s source code, with this code, you can easily complete the serial programming task.
6.2.5.2
- 利用VC++实现PC机与单片机串口通信任务-Using VC++ PC and MCU serial communication task
CSCPDLL
- 一个关于通过串口定义的自定义通信协议动态链接库,可根据自身需要进行调用,完成通信工作。-One on through the serial port communication protocol defined custom dynamic link library can be called according to their needs, complete the communication task.
SERIAL-COMMUNICATION
- 关于如何在串行口进行完成数据发送与接收任务-On how to complete the task of sending and receiving data at the serial port
SysTick
- SysTick(系统定时器):SysTick 定时器被捆绑在 NVIC 中,用于产生 SysTick 异常(异常号 :15)。在以前, 操作系统和所有使用了时基的系统都必须有一个硬件定时器来产生需要的“滴答”中断, 作为整个系统的时基。滴答中断对操作系统尤其重要。例如,操作系统可以为多个任务分 配不同数目的时间片,确保没有一个任务能霸占系统 ;或者将每个定时器周期的某个时间 范围赐予特定的任务等,操作系统提供的各种定时功能都与这个滴答定时器有关。因此, 需要一个定时器来产生周