-
STM32-USART-send-and-receive-data-
本程序目的是提供使用stm32串口收发一帧数据的一种方法,采用中断方式接受和发送,每进一次中断接收或发送一字节,可以实现pc机与板子通信或板子与板子间通信。注意本程序中外接高速晶振为12M赫兹,而大部分板子为8M赫兹,本程序所用芯片是stm32RBT6(The purpose of this procedure is to provide a method of using STM32 serial port to send and receive a data, using interrupt mode to receive and send, every one into the time interrupt receiving or sending a byte, can realize PC and the communication or board and board communication. Note that this procedure the external high-speed crystal oscillator for the 12M Hz, while the majority of board is 8M Hz, the chip used in this procedure is stm32RBT6)
- 2020-07-31 10:18:38下载
- 积分:1
-
TelnetConnectServ
Telnet Connect Server Application in C#, Visual Studio 2010
- 2014-12-11 18:21:36下载
- 积分:1
-
新建 WinRAR ZIP 压缩文件
说明: APDS9960模块基于STM32 STC15的代码(The code of APDS9960 module based on STTM32 STC15)
- 2019-01-14 14:22:14下载
- 积分:1
-
1602huibian
1602LCD液晶秒表,实现的C语言源程序(1602LCD LCD stopwatch to achieve the C language source code)
- 2011-09-13 20:39:31下载
- 积分:1
-
abs刹车模型
制动防抱死系统(antilock brake system)简称ABS。作用就是在汽车制动时,自动控制制动器制动力的大小,使车轮不被抱死,处于边滚边滑(滑移率在20%左右)的状态,以保证车轮与地面的附着力在最大值。汽车的刹车的abs仿真模型,适合于研究人员进行一般学习。
- 2023-01-04 12:40:04下载
- 积分:1
-
dsa
通通过DSA算法的C编程说明加密算法的运用(Pass through the DSA algorithm in C programming note the use of encryption algorithms)
- 2011-09-19 15:24:22下载
- 积分:1
-
osgEarth分页流程
说明: osgEarth的地形分页流程,我大致的写一下,感兴趣的话,大家可以去代码中看看,以MPEngine为例(osg tile
TilePagedLOD* plod = new TilePagedLOD( _engineUID, _liveTiles, _deadTiles );
plod->setCenter ( bs.center() );
plod->addChild ( tileNode );
plod->setFileName( 1, Stringify() getKey().str()
- 2020-06-23 21:40:02下载
- 积分:1
-
Core8051_IS_UG
说明: 8051指令集,指令說明
ADD, CLR, MOV, MOVX,..等(Core 8051 Instruction Set Details
ADD, CLR, MOV, MOVX,..)
- 2020-06-17 02:00:01下载
- 积分:1
-
六自由度并联机器人控制界面开发
该软件主要包含运动学逆解、点位运动、直线插补、图形绘制、示教再现、机器人复位、机器人急停、回停机位等模块。“运动学逆解”的主要功能是对运动范围内的任意两点的位资进行运动学逆解,来算出两点对应的各个电机位置,并算出各个电机需要移动的脉冲数。
- 2022-08-10 21:54:12下载
- 积分:1
-
VC_USB 代码
VC_USB 代码byte count; // 定义计数字节 //获取读缓冲区字节的数目 number_of_bytes_read = HIDRxReport(receive_buffer, HID_OUTPUT_REPORT_BYTES); if (number_of_bytes_read > 0) // 如果接收字节不为0则有数据传入 { //取出主机发送数据到发送缓冲区 for(count =0 ; count < HID_OUTPUT_REPORT_BYTES; count++)
- 2023-05-30 03:20:04下载
- 积分:1