Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - sends
Search - sends - List
It is a software to decode information received by a normal GPS like GARMIN, UBLOX if it sends NMEA information
Date : 2025-12-25 Size : 134kb User : algoreal

oki ml670003 program that sends 1 to uart
Date : 2025-12-25 Size : 13kb User : abc123

ARM,RTC测试,功能: 运行RTC进行计时,并将所计时间值不断地通过串口向上位机发送-ARM, RTC test, function: run the RTC to time, and the time value of the account continue to place upward through the serial port sends
Date : 2025-12-25 Size : 2kb User : 付茂

串口通信,主机发送,从机接收。实现串口完美通信。单片机stc60系列-Serial communication, the host sends, receives from the machine. Serial Port perfect communication. SCM stc60 Series
Date : 2025-12-25 Size : 28kb User : lin

51单片机同三星ARM9 S3C2440通信程序,单片机发送,ARM接受,并通过LED显示-Samsung ARM9 S3C2440 microcontroller 51 communicate with the program, the microcontroller sends, ARM to accept, and through LED display
Date : 2025-12-25 Size : 4kb User : 王坤

UART communication between a UART-USB adapter and a PC. The adapter si connected to UART1 of the Energy Micro starter kit EFM32G890F128 to pin PD0 and PD1. The program sends and receives bytes in asynchronous mode.
Date : 2025-12-25 Size : 142kb User : tzutzy

CAN Device Board Quickstart Application This application uses the CAN controller to communicate with the evaluation board that is running the example game. It receives messages over CAN to turn on, turn off, or to pulse the LED on the device board. It also sends CAN messages when either of the up and down buttons are pressed or released. -CAN Device Board Quickstart Application This application uses the CAN controller to communicate with the evaluation board that is running the example game. It receives messages over CAN to turn on, turn off, or to pulse the LED on the device board. It also sends CAN messages when either of the up and down buttons are pressed or released.
Date : 2025-12-25 Size : 292kb User : jjgm

NXP MCU 17xx_IAP 在线升级模块-For in application programming the IAP routine should be called with a word pointer in register r0 pointing to memory (RAM) containing command code and parameters. Result of the IAP command is returned in the result table pointed to by register r1. The user can reuse the command table for result by passing the same pointer in registers r0 and r1. The parameter table should be big enough to hold all the results in case if number of results are more than number of parameters. Parameter passing is illustrated in the Figure 32–136. The number of parameters and results vary according to the IAP command. The maximum number of parameters is 5, passed to the "Copy RAM to Flash" command. The maximum number of results is 4, returned by the "Read device serial number" command. The command handler sends the status code INVALID_COMMAND when an undefined command is received. The IAP routine resides at 0x1FFF FFF0 location. The IAP function could be called in the following way using C.
Date : 2025-12-25 Size : 175kb User : pengtao

本系统采用双单片机控制,主机使用美国Cygnal公司推出的C8051F系列单片机C8051F020,从单片机使用STC12C5204AD单片机。实现用从单片机STC12C5204AD利用内部自带的8路AD采集8路数据,同时应答主机发送的命令-This system adopts double single-chip microcomputer control, the host using the Cygnal C8051F series MCU C8051F020, start-up from use STC12C5204AD singlechip microcontroller. Itself is utilized by single chip microcomputer STC12C5204AD 8-way AD 8 road data, response host sends a command at the same time
Date : 2025-12-25 Size : 187kb User : liming

This a sample code for STM32F4 DISCOVERY board. It basically gets data from the accelerometer makes some calculations and sends it UART, I use an FTDI chip for uart to usb communication with my PC. With a simple PC program you could collect that data and make a graph or whatever you wish. I Used CooCox IDE to make that project. It is ready to use if you have that software. Otherwise you can still use the code with a bit of tweaking if for some reason you have different peripheral libraries for that board.-This is a sample code for STM32F4 DISCOVERY board. It basically gets data from the accelerometer makes some calculations and sends it UART, I use an FTDI chip for uart to usb communication with my PC. With a simple PC program you could collect that data and make a graph or whatever you wish. I Used CooCox IDE to make that project. It is ready to use if you have that software. Otherwise you can still use the code with a bit of tweaking if for some reason you have different peripheral libraries for that board.
Date : 2025-12-25 Size : 318kb User : Rein

5. SPI程序设计与电路仿真 SPI是全双工的同步串行接口,一根SPI总线可以连接多个主机和多个从机,但是在同一时刻只允许有一个主机操作总线。在数据传输过程中,主机总是向从机发送一个字节的数据,而从机也是总是向主机发送1个字节数据(主机通过MISO接收数据)。 定义74HC595片选端口,通过PINSEL0、PINSEL1寄存器设置SPI引脚接口,通过设置IO0DIR驱动74HC595的接口,初始化SPI接口,发送显示数据,片选清零寄存器,等待SPIF置位,等待数据发送完毕。使用while循环,发送数据显示数据,运用延时程序使显示更加稳定易用。 -5. SPI program design and circuit simulation SPI is a full duplex synchronous serial interface, an SPI bus can connect multiple hosts and multiple slaves, but at the same time allowing only one host operating bus. During data transfer, the master to the slave always sends a byte of data, but also the slave always sends a byte to the host data (host via MISO receives data). Definition 74HC595 chip select port via PINSEL0, PINSEL1 register setting SPI pin interface, driven by setting IO0DIR 74HC595 interface to initialize the SPI interface to send display data, chip select register is cleared, waiting for SPIF bit waiting for data transmission is completed. Use a while loop to send data display data, using delay routine makes the display more stable and easy to use.
Date : 2025-12-25 Size : 107kb User : 宋喜佳

无线实验 1.<MCU-fasong>发送端固定发送0x01,0x02……0x32,32字节数据 2.<PC-jieshou>接收端串口和PC连,当接收到后,打开串口助手或者超级终端软件,对接收到数据进行检验,当接收到的也是0x01,0x02……0x32,32字节数据表示接收正确 其中波特率选择9600 -Wireless Experiment 1. <MCU-fasong> Fixed sender sends 0x01, 0x02 ...... 0x32, 32 bytes of data 2. <PC-jieshou> Receiver serial port and PC even when received, open the HyperTerminal software serial assistant or the received data can be tested, When receiving is 0x01, 0x02 ...... 0x32, 32 bytes of data that receive the correct Which baud rate selection 9600
Date : 2025-12-25 Size : 23kb User : 陆尼

STM32F103的串口通讯例程 This example provides a description of how to use the USART with hardware flow control and communicate with the Hyperterminal. First, the USART2 sends the TxBuffer to the hyperterminal and still waiting for a string from the hyperterminal that you must enter which must end by \r character (keypad ENTER button). Each byte received is retransmitted to the Hyperterminal. The string that you have entered is stored in the RxBuffer array. The receive buffer have a RxBufferSize bytes as maximum.-STM32F103 usart communcation This example provides a description of how to use the USART with hardware flow control and communicate with the Hyperterminal. First, the USART2 sends the TxBuffer to the hyperterminal and still waiting for a string from the hyperterminal that you must enter which must end by \r character (keypad ENTER button). Each byte received is retransmitted to the Hyperterminal. The string that you have entered is stored in the RxBuffer array. The receive buffer have a RxBufferSize bytes as maximum.
Date : 2025-12-25 Size : 233kb User : oweeo

485通信实现 每次按键按下 就发送 5 个数据给另外一个开发板-Each time the button is pressed to achieve 485 sends data to another five development board
Date : 2025-12-25 Size : 331kb User : 王耀辉

1,通过STM32的USART2连接ATK-HC05蓝牙模块,检测并显示蓝牙模块的状态. 2,通过KEY0按键可以开启/关闭定时向ATK-HC05蓝牙模块发送数据(ALIENTEK HC05 xx)测试蓝牙模块的数据发送. 3,可以通过WK_UP按键设置ATK-HC05蓝牙模块的主从工作模式.-1, ATK-HC05 Bluetooth module connected through the STM32 USART2, detects and displays the status of the Bluetooth module. 2, through KEY0 button to turn on/off timer to send data (ALIENTEK HC05 xx) Bluetooth module sends data to test ATK-HC05 Bluetooth module. 3, the keys can be set via WK_UP main ATK-HC05 Bluetooth module from the operating mode.
Date : 2025-12-25 Size : 964kb User : linqingquan

MSPF149的UART向PC机的RS232串口发送字符串。 单片机UART以9600波特率,8个数据位,无校验位,1个停止位。单片机上电后连续向PC发送字符 串,利用串口调试助手可以显示发送的内容。需要发送其他英文会话可以改变Data[]数组内容。 -RS232 serial UART to send the string MSPF149 of the PC. Microcontroller UART to 9600 baud, 8 data bits, no parity, 1 stop bit. Continuously sends characters to the PC after a power microcontroller String, use serial debugging assistant can display the contents sent. Need to send other English conversation can change the Data [] array content.
Date : 2025-12-25 Size : 11kb User : wanggui

基于STM32和W5500,W5500作为DHCP客户端,路由器作为DHCP服务器,W5500发送广播包获取IP地址。-Based on STM32 and W5500, take W5500 as a DHCP client,take router as a DHCP server, router. W5500 sends a broadcast packet to obtain IP address.
Date : 2025-12-25 Size : 831kb User : 张文娟

TM4C123系列芯片读取DS18B20的数值并通过串口发送数据。-TM4C123 tiva ware micro-controller reads DS18B20 value and sends it through UART
Date : 2025-12-25 Size : 2kb User : 周文立

用单片机实现红外接收发送的源码,是基于NEC协议的,包括发送,接收,学习,显示等功能-IR receiver with MCU sends the source, is based on the NEC protocol, including sending, receiving, learning and display functions
Date : 2025-12-25 Size : 71kb User : 别必稳

Chinese Repeater Source Code Sends SPI Data to Repeater on Micro Wire Protocol
Date : 2025-12-25 Size : 31kb User : Kashyap Gada
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.