-
MODBUS-51参考程序
资源描述#include
#include "modbus.h"
/**********************
单片机晶振:11059200HZ 波特率9600
485控制脚: P3^7; 根据自己的板子修改modbus.h
***************************************/
void main()
{
initProg();
while(1)
{
timeProc();
checkComm0Modbus();
}
}
- 2022-01-26 03:36:16下载
- 积分:1
-
season解答的关于在NS仿真中出现的比较棘手的问题,这些问题中的很多问题在NS仿真中都会出现,而且如果对ns理解不深入的话很难及时解决,NS高手season...
season解答的关于在NS仿真中出现的比较棘手的问题,这些问题中的很多问题在NS仿真中都会出现,而且如果对ns理解不深入的话很难及时解决,NS高手season详细解答了这些问题,在ns仿真中会起到事半功倍的效果。-season to answer on the NS simulation appears more difficult issues in many of the problems in the NS simulation will occur, but if ns does not understand the depth resolved in a timely manner, then it is very difficult, NS masters season to answer these questions in detail, in ns simulation will play effectively.
- 2022-06-13 12:24:51下载
- 积分:1
-
rotatescreen
M8 SKD 重力感应旋屏例子-rotatescreen
- 2022-02-16 02:16:07下载
- 积分:1
-
J2ME mobile gaming development : Gem ideographic
J2ME开发手机游戏:宝石方块-J2ME mobile gaming development : Gem ideographic
- 2023-03-17 03:55:03下载
- 积分:1
-
The use of VC and mixed programming Mablat phone text messaging program source c...
采用VC和Mablat混合编程的手机发短信源代码程序,主程序为smssend_mainhg。需VC和Mablab3.0编译环境。-The use of VC and mixed programming Mablat phone text messaging program source code, the main program for smssend_mainhg. VC and Mablab3.0 need to compile the environment.
- 2022-08-12 16:43:33下载
- 积分:1
-
This is a dial
这是一个用MODEM拔号的C语言源代码范例-This is a dial-up modem using the C language source code examples
- 2022-07-09 22:39:07下载
- 积分:1
-
显示吉布斯现象,利用FFT和傅里叶
To show Gibbs phenomenon, using FFTs to sum Fourier
Give the curve plot at the end of the simulation
- 2022-03-24 04:01:15下载
- 积分:1
-
Viterbi decoder, maximum likelihood decoding. For a
// rate
Viterbi decoder, maximum likelihood decoding. For a
// rate-1/n convolutional code. Correlation metric.
- 2022-06-02 22:33:18下载
- 积分:1
-
visual development tools such as Visual C++, Delphi, C++ Builder and others all...
虽然Windows下可视化开发工具如VC、Delphi、C++ Builder等都有专用的定时器控件Timer,而且使用很方便,可以实现一定的定时功能,但最小计时精度仅为55ms,且定时器消息在多任务操作系统中的优先级很低,不能得到及时响应,往往不能满足实时控制环境下的应用。不过Microsoft公司在Win32 API函数库中已经为用户提供了一组用于高精度计时的底层函数,如果用户使用得当,计时精度可到1ms。这个计时精度、对于一般的实时系统控制完全可以满足要求。现将由C++ Builder 4.0提供的重新封装后的一组与时间相关的主要接口函数(函数名、参数、功能与Win32 API基本相同)说明如下:
-visual development tools such as Visual C++, Delphi, C++ Builder and others all have dedicated Timer timer control, but it is convenient. can achieve a timing function, but only the minimum time of 55 ms accuracy. Timer news and multi-task operating system in the low priority that is not to respond in a timely manner, often fail to meet the real-time control environment applications. However, Microsoft Corporation in the Win32 API function has been to provide the user with a group for high-precision the bottom was a time function, if the user is properly utilized, time accuracy can be a ms. Accuracy this time, and for most of the real-time control system can meet the requirements.
- 2022-02-11 22:11:49下载
- 积分:1
-
ofdm 仿真的程序,包括参数定义,fft,ifft,调制解调等源码,很好用啊!...
ofdm 仿真的程序,包括参数定义,fft,ifft,调制解调等源码,很好用啊!-OFDM simulation procedures, including the definition of parameters, fft, ifft, modulation and demodulation, such as source code, with very good ah!
- 2022-07-04 02:04:23下载
- 积分:1