搜索资源列表
usbhidio_vc6
- 真正完整,并且编译得通的代码。用vc访问hid型usb设备,输入自己的VID和PID就能实现对hid型usb设备的读写和控制 它包含单片机固件源代码和PC端的VC源代码;虽然PUDN上有其他会员提供类似的vc代码,但我发现那些代码都存在bug,只有我这个代码是唯一完整的、可以编译通过的代码。-Truly complete, and compile a pass code. Hid type with vc visit usb device, enter their own VID and PID
STM32-FIVE-UART-FORPRO
- STM32五个串口测试代码,附和最新固态库 很好学习的,适合初学者-STM32 five serial test code, go along with the latest good solid library of learning, for beginners
CH376_test
- 基于STM32单片机下的,USB数据的传输代码。-Under the STM32 microcontroller based, USB data transfer code.
STM32108PKT-USB-Mouse
- ST公司的STM32,关于USB的驱动例程。 STM32F103C8-PKT演示代码-ST' s STM32, on the USB drive routines. STM32F103C8-PKT demo code
stm32 Modbus 从机代码
- 此代码是stm32 modbus 从机代码 本人测试可用。
stm32-2.4Grm
- 2.4G 无线遥控器开发代码。基于开发板开发的-2.4G remote control code
GPS
- 一款MAX-7C-000的GPS模块,参考正点原子的例程改过来的定位代码,数据正常采集,亲测可用(A MAX-7C-000 GPS module, referring to the atomic routine on the spot to change the positioning code, pro test available)
stm32串口通信源代码
- 这是STM32的源程序代码,对于开发串的很有参考价值啊
实验50 串口IAP实验
- STM32F4基础应用程序和串口对应基础程序,程序代码为C语言,清晰易懂(STM32F4 basic application and serial corresponding basic program, program code is C language, clear and easy to understand)
【05】红牛板_USART(2016.05.04)
- 基于stm32单片机串口实现功能详细介绍里面有具体的代码实现方法(Detailed introduction of the function of the serial port based on STM32 microcontroller)
IIC实验
- stm32平台下的24C02的存储代码,,,,(The storage code of 24C02)
10、USB OTG---Device
- 实现STM32 USB otg与device功能(for stm32f107 usb otg&devices functions)
esp8266_deauther-master
- arduino编程的wifikiller 使用芯片组为ESP8266 系列(12N/12F等);可以为外接显示屏,OLED 屏幕IIC接口,VCC-3.3 GUN-G,SDA,SLC接口代码中可随意修改,使用前下载好库文件,arduino库中有。(Arduino programming wifikiller uses chipset as ESP8266 series (12N/12F, etc.); it can be modified for external display, OLED s
2.STM32读卡号读写数据代码示例3.0(C语言)
- STM32单片机驱动RFID 读卡器的源代码 ,有原理图,有代码说明文件(STM32 MCU driver RFID reader source code, there is a schematic diagram, there is a code descr iption file)
STM32F103C8T6 NRF24L01
- 经测试,此代码可以实现2.4G(NRF24L01)的通信。 内有大量的注释,初学者可以看注释弄明白 其中还有其他的代码,软件SPI通信方式、串口、GPIO口、延时。(After testing, this code can implement the communication of 2.4G (NRF24L01). There are a lot of annotations, and the beginners can see the annotations to understand
STM32_W5500
- 使用vs2013+visualGDB编写的STM32控制W5500进行TCP/UDP通信源码(包含W5500作为DHCP客户端的代码),您可能需要先安装vs2013和visualGDB才能编译(Using vs2013+visualGDB written STM32 control W5500, TCP/UDP communication source code (including W5500 as DHCP client code), you may need to install vs20
集成串口屏测试代码(中性)带忙检测函数
- STM32平台进行的专门USART串口进行测试,基于HAL库的(STM32 platform dedicated USART serial port test, based on HAL Library)
STM32_IAP2
- 从网上下载的STM32 IAP源码和测试代码,已经移值到我自己的板子上,很容易,和大家共享。(Downloaded from the Internet STM32 IAP source and test code, the value has been moved to my own board, it is easy, and share.)
I2C
- 基于STM32的标准软件模拟I2C接口程序,只要修改引脚定义及延时接口程序即可使用,改程序已在工业产品上大量应用,十分的稳定可靠并且代码编写规范。(The standard software based on STM32 simulates the I2C interface program. It can be used only by modifying the pin definition and delay interface program. The modified program
STM32的USB高速通信代码CubeMX配置
- 是用STM32控制器完成USB3.0的高速通信功能,采用CubeMX配置代码简单方便