搜索资源列表
hart.rar
- 本人上载的几个.c文件为自己所写的代码,是关于自动化设备广泛使用的HART协议的主机与从机之间的通信过程(通过串口). hart.c-----包含HART从机端需要调用的校验和计算函数,串口发送函数和HART数据帧生成函数.(采用MSP430F149单片机,IAR Embedded Workbench平台),I uploaded a few. C files for their own written code, is the extensive use of automation equip
Dimmer_PICC
- 基于PIC单片机,DMX512协议的LED控制器程序,包含多种花样转换、I2C操作、串口通信等-Based on PIC microcontrollers, DMX512 protocol LED controller program includes a variety of pattern conversion, I2C operation, serial port communication
hart_slave
- 本人上载的几个.c文件为自己所写的代码,是关于自动化设备广泛使用的HART协议的主机与从机之间的通信过程(通过串口) hart_slave.c-----HART从机主程序(采用MSP430F149单片机,IAR embedded workbench开发平台)-I uploaded a few. C files for their own written code, is the extensive use of automation equipment on the HART protoc
VS-8kb.c
- 旋转编码器解码,8位无限旋转编码器,通过串口上传数据,用于调节每个轮的加减.-Rotary encoder decoder, 8 endless rotary encoders, upload the data via serial port, for regulating the addition and subtraction of each round.
AVR_IMU_1
- 卡尔曼滤波在AVR单片机的应用,引脚接法:PC1 (ADC1) Y Accel (Pin 8) PC2 (ADC2) Z Accel (Pin 7) PC3 (ADC3) X Rate (Pin 3) PC4 (ADC4) Y Rate (Pin 4) PC5 (ADC5) VRef (Pin 5) - Currently, this project assumes the AVR ATmega168 MCU is hosted on the AVR STK5
SerialSample
- CE下的串口源码(VS2005 C++)-Code of serial port for ce(vs2005 c++)
9S12XEP100_test2
- 9S12XEP100的CAN,串口,实时时钟,PLL设置等代码,适合初学者参考。-9S12XEP100 of CAN, serial port, real time clock, PLL settings code, suitable for advanced users.
AT89C51_vs_simple_RS232
- 单片机8051,用了串口缓冲区收发合一的方式,适合于半双工通信-8051 single-chip, using the serial port one way to send and receive buffer, suitable for half-duplex communication
resp_data
- 本人上载的几个.c文件为自己所写的代码,是关于自动化设备广泛使用的HART协议的主机与从机之间的通信过程(通过串口). resp_data.c-----包含HART从机端需要用到的数据.(采用MSP430F149单片机,IAR Embedded Workbench平台)-I uploaded a few. C files for their own written code, is the extensive use of automation equipment on the HART p
Reader
- 基于at89s52的读mifare1卡c51源程序.单片机与rfid读卡模块yhy502相连。单片机与上位机通过串口进行通信,通信速率为19200bps。在PC端通过串口调试软件可以方便地对yhy502模块进行操作,完成读13.56mhz射频的功能。-AT89S52 based on the C51 card mifare1 read the source code. Singlechip with rfid reader module yhy502 connected. MCU and hos
AVR_ISP_SOURCE_CODE
- AVR單片機ATMEG8, ATMEG16A In-System Programming 在線燒錄(ISP)的原代碼,編譯測試OK 通過串口,支持AVR系統單片機 附帶詳細的流程說明(英文), 適用於高級編程人員的提升 -AVR microcontroller ATMEG8, ATMEG16A In-System Programming online writers (ISP) of the source code, compile testing OK through
c
- AVR单片机串口仿真,有参考价值,值得学习参考。-AVR microcontroller serial port emulation, there is reference value, worth learning for reference.
Hello
- lpc2200串口实现通信的C源代码,使用codewarrior for ARM Developer Suite 1.2-lpc2200 Serial Port Communication C source code, using codewarrior for ARM Developer Suite 1.2
Serial-Com
- 51单片机串口通信程序,串口发送接收,适合初学者-51 single-chip serial communication program, sending and receiving serial port, suitable for beginners
rrrr
- 本文介绍的是一套51系列单片机编程器的设计开发、制作过程 。本文从AT89C51单片机的基本结构和工作原理入手,详细介绍了单片机编程器的工作原理,得到了总体的设计方案。该编程器在硬件实现上,以AT89C51单片机为核心,利用串行口与计算机进行数据的相互传送;软件设计采用C++Builder编写,其Windows界面操作简单易懂。该编程器通用性强,可对AT89C51/52,AT89C2051/2052进行编程,具有简单的仿真功能,而且制作成本十分低廉。-This article describes
pic-maplab-for-commucation
- 该程序是一个简单的串口通信程序,使用C语言实现单片机不断向串口传送数据的功能,可用于串口通信实验使用。-The program is a simple serial communication program, continue to use the C language SCM functions to transmit data to the serial port can be used for serial communication experiments.
example-code-for-stc-chip(keil-c)
- 宏晶公司的stc系列单片机应用例程,基于STC12C5616AD系列单片机平台。文件包含串口使用,时钟使用,EEPROM,adc转换等内容,为txt格式的c代码,建议使用keil c集成环境进行开发-Wang Jing' s stc MCU application routines, based on STC12C5616AD MCU platform. File contains the serial port to use, use the clock, EEPROM, adc con
Serial
- 本程序为基于51系列单片机串口读写驱动程序,采用全模块化程序设计理念,移植非常方便,用哪个模块只需将相应 C文件和H文件拷贝即可调用相关函数。 采用中断接收 串口参数可方便在init_serial( void )中修改。-The procedures for 51 series microcontroller based on serial port, speaking, reading and writing, adopted the driver modularization p
Serial-port-interrupt-in-mini2440
- 详细介绍了 在mini2440中使用串口接收中断的步骤 并包含了必要的.C与.H文件可以稍作修改后可直接使用 并且为初学者提供了可直接实现的ADS范例-Introduces in detail the use of serial port receiving interrupt in mini2440 steps And contains necessary. With C. H file can be used directly And provides direct implementati
transfer-data-based-on-serial-port
- 这是一个C#编写的用于串口之间通信读取数据的代码,与串口调试助手一起使用。比较适合新手了解该方面的程序编写。-This is a C# code written to read the data used for communication between the serial port for use with serial debugging assistant. More suitable for the novice to understand this aspect of progra