搜索资源列表
Uart2
- 串口通信程序,包括读取中断、解读和发送程序,代码已经通过测试!-Serial communication program, including reading the interrupt, read and send the program, the code has been tested!
linux_uart2_rs422
- 本程序主要是针对linux 下s3c2410下,串口驱动进行开发,针对高速率的串口数据采集,以DMA方式读取串口通信数据,并提供串口RS422的通信协议定义。次程序在2410上以成功测试过。-This procedure is mainly directed against s3c2410 under linux, the serial driver developed for high-speed serial data acquisition, DMA mode to read the se
LM3S8962-drive-731
- LM8942芯片的底层双路电机驱动电路板的嵌入式程序,通过串口通信接受上位机发送的控制指令,输出PWM波形对电机调速,然后通过QEI模块读取双路编码器信息上传给上位机-LM8942 the underlying chip dual motor drive circuit board embedded programs, accept control commands sent by the host computer, the output PWM waveform of the motor s
ourdev_445059
- Rc522的c语言串口通信程序,用串口直接读取模块的数据。-RC522 use C produce a progremm to communicate with PC.
mega328(232com-etc)
- mega328 例程,包含232串口通信,继电器,光耦控制,AD读取等-mega328 program
magnetmeter
- 该程度读取读取5883L数据,以及读取SMGA三轴磁力计数据,使用的是spi通信方式,通过串口发送数据-Read Read the extent 5883L data, and reading SMGA triaxial magnetometer data, using spi communication, through the serial port to send data
STM32使用I2C驱动GY-30光照传感器和SPI总线驱动DHT11
- 对于光照传感器的使用,在串口调试助手上将光照强度显示出来,每隔2S,读取一次,否则会出现读取失败。 对于温湿度传感器也是同样的道理,只是为了节省GPIO口,使用SPI单总线通信模式,实现对于温湿度的数据采集以及显示。 其中还包括了对应的串口通信,以及对于printf的重定向,使其打印在串口助手的接收区。