-
modubs
说明: 该源码实现51单片机之间符合modbus通信协议的通信(This code can achieve communications between MCS51 by modbus protocol. )
- 2010-04-16 17:02:11下载
- 积分:1
-
SOES-master
Simple Open Source EtherCAT Slave
====
SOES (Simple OpenSource EtherCAT Slave Stack) is an opensource slave
stack that is very easy to use and provides a small footprint. It is a
good alternative to more complex stacks on the market.
Overview
SOES is an EtherCAT slave stack written in c. Its purpose is to learn and
to use. All users are invited to study the source to get an understanding
how an EtherCAT slave functions.
Features as of 1.0.0:
- Address offset based HAL for easy ESC read/write access via any
interface
- Mailbox with data link layer
- CoE
- Object dictionary
- SDO read and write for all sizes including segmented transfers
- Easy portable C-code suited for embedded applications
- Fixed PDO mapping
- FoE with bootstrap template
- Support for Little and Big endian targets.
- Polling for interrupts
- 2016-11-01 10:09:23下载
- 积分:1
-
fangzhen
0013、单片机C语言程序设计实训100例——基于8051+Proteus仿真(0013, Microcontroller C Programming Language Training 100 cases- based on 8051+ Proteus simulation)
- 2016-06-24 22:29:09下载
- 积分:1
-
XMT_USB_VC6
哈尔滨芯明天科技XE517系列压电陶瓷控制器配套上位机软件的开发例程,这个版本是VC6开发。发布时需要拷贝debug目录中的头文件和动态库文件到*.exe文件目录中。(Harbin XMT XE517 series of piezoelectric ceramic controller supporting PC software development routines, this version is VC6 development. When you need to copy the directory publishing debug header files and dynamic library files to*. Exe file directory.)
- 2021-01-04 09:18:55下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
chuanxing-da
串行da模块的应用,和单片机通信,通过单片机控制da模块(Serial da module application, and single-chip communication, via da MCU control module)
- 2013-07-18 02:57:14下载
- 积分:1
-
基于硬判决的BICM-ID的Turbo均衡及其改进
基于硬判决的BICM-ID的Turbo均衡及其改进(Hard decision based on the BICM-ID in Turbo equalization and improvement)
- 2010-05-27 13:40:01下载
- 积分:1
-
MPU6050_DMP6
利用Arduino实现读取MPU6050的DMP四元数(Arduino MCU reads MPU6050 use a DMP quaternion)
- 2013-08-28 14:57:56下载
- 积分:1
-
51_ustart
使用C语言代码51单片机的串口仿真实现,意识到C被用来模拟串口的功能
(Using C language code of the serial port of 51 single-chip microcomputer simulation implementation, realized how C was used to simulate the function of the serial port
)
- 2017-05-11 21:22:31下载
- 积分:1
-
CC430-4-TIMER
CC430定时器应用程序定时2MS点亮LED灯,定时2MSLED灭。(CC430 timer application timing the 2MS light LED lights, timing 2MSLED off.)
- 2012-07-24 16:18:33下载
- 积分:1