资源简介
该程序是基于vxworks嵌入式操作系统下的关于串口通信的程序实例。包含全部的源代码。
代码片段和文件信息
#include
#include
#include “usart.h“
/* A simple demonstration of serial communications which
* incorporates the on-board hardware USART of the Microchip
* PIC16Fxxx series of devices. */
void main(void){
unsigned char input;
INTCON=0; // purpose of disabling the interrupts.
init_comms(); // set up the USART - settings defined in usart.h
// Output a message to prompt the user for a keypress
printf(“\rPress a key and I will echo it back:\n“);
while(1){
input = getch(); // read a response from the user
printf(“\rI detected [%c]“input); // echo it back
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 620 2006-08-31 10:51 TestUart\main.c
文件 169 2006-09-16 09:34 TestUart\main.cce
文件 13352 2006-09-16 09:34 TestUart\main.lst
文件 1038 2006-09-16 09:34 TestUart\main.obj
文件 15936 2006-09-16 09:34 TestUart\main.rlf
文件 7697 2006-09-16 09:34 TestUart\main.sdb
文件 4731 2006-09-16 09:34 TestUart\Testuart.cof
文件 4182 2006-09-16 09:34 TestUart\Testuart.hex
文件 2241 2006-09-16 09:34 TestUart\Testuart.hxl
文件 1269 2006-09-16 09:34 TestUart\Testuart.lde
文件 11166 2006-09-16 09:34 TestUart\Testuart.map
文件 692 2006-09-16 09:30 TestUart\Testuart.mcp
文件 406 2006-09-16 09:44 TestUart\Testuart.mcs
文件 73728 2006-09-16 09:44 TestUart\Testuart.mcw
文件 1740 2006-09-16 09:30 TestUart\Testuart.mptags
文件 184 2006-09-16 09:43 TestUart\Testuart.stc
文件 4429 2006-09-16 09:34 TestUart\Testuart.sym
文件 83 2006-09-16 09:30 TestUart\Testuart.tagsrc
文件 434 2006-08-31 10:51 TestUart\usart.c
文件 169 2006-09-16 09:34 TestUart\usart.cce
文件 802 2006-08-31 10:51 TestUart\usart.h
文件 10280 2006-09-16 09:34 TestUart\usart.lst
文件 781 2006-09-16 09:34 TestUart\usart.obj
文件 10956 2006-09-16 09:34 TestUart\usart.rlf
文件 7812 2006-09-16 09:34 TestUart\usart.sdb
目录 0 2009-05-04 11:00 TestUart
----------- --------- ---------- ----- ----
174897 26
相关资源
- uart串口通信收、发fpga实现
- RS232串口通信详解
- 基于51单片机电流电压采集
- PowerPC / vxWorks 一
- Qt编写串口调试助手V2016终结版
- UART 串口通信FPGA数据接收程序非常好
- 微机原理与接口技术综合实验报告
- vxworks培训学习资料
- 串口通信 控制tdc-gpx芯片
- UART Verilog (串口通信Verilog HDL代码)
- qt串口通信,实现发送和接收
- modbus rtu 串口通信
- pic16f877a串口通信
- s3c2440 bsp for vxworks
- VxWorks共享库入门教程
- 串口读数据采集仪数据demo
- 单片机与单片机之间串口通信,注释
- 基于zigbee的串口通信
- MTTTY (Multi-Threaded TTY)
- 在ROS中与其他器件使用十六进制串口
- 串口通信的界面交互性的设计与实现
- 串口通信解决数据乱码和数据丢失
- 基于VHDL的FPGA串口通信
- 串口通信编程大全.pdf
- 蓝牙(Bluetooth)设备查找、蓝牙服务
- VxWorks操作系统指南.pdf
- 树莓派串口通信
- linux多串口通信,usb-can控制八个电机
- Msp430 g2553 UART与电脑串口通信例程
- 串口通信程序verilog实现
评论
共有 条评论