Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - sends
Search - sends - List
MSP430 LMX2326 sends 24 specified bits for LMX2326 SynthBuf[0] identical for three groups of Freq,Ref and Init -TI MSP430 Driver for LMX2326
Date : 2025-12-25 Size : 1kb User : sky

DL : 0
串口设置:包括初始化及应用;串口调试方面直接能用上-// This sample uses the UART to communicate with a PC. Therefore it sets up the internal // Baud Rate Generator (BRG). The LPC900 receives a command ( S ), sent by the PC and // sends out a response, which can be displayed with the program Hyperterminal . // The parameter settings for // 9600 baud, 8 data bits, 1 stop bit and no flow control. // To begin the communication click on wait for call .
Date : 2025-12-25 Size : 1kb User : 罗岳

Software for DigiConnectME modules, receives files from an ftp server sends them RS232 serial connection.
Date : 2025-12-25 Size : 12kb User : simoneschaefer

DL : 0
通过VC,在本机编写了一个通信的测试小程序,通过客户端发送一个数据,实现服务器端接收,通过本机回调即可实现,-By VC, in the preparation of this machine, a communications test applet, the client sends a data through to achieve server-side receiver, the callback can be realized by the machine,
Date : 2025-12-25 Size : 3.65mb User : dhx

msp430串口调试程序。主机发送一个字符给单片机,单片机反馈给主机。-msp430 serial debugger. Host sends a character to the MCU, MCU feedback to the host.
Date : 2025-12-25 Size : 28kb User : 许万清

DL : 0
程序名称:UART.ASM 功能描述:波特率设置为9600bit/s,采取接收为中断方式 ,发送 为查询方式。实现把从串口接收到的一字节数据,发送 给串口 把采用方式1串行接收来的数据,存储到数据存 储器30H单元中。-Program Name: UART.ASM Features: baud rate is set to 9600bit/s, to receiving the interrupt, sends for the query. Received from the serial port to achieve the one byte of data, send to the serial port to come by way of a serial data receiver, storing the data exist storage device 30H unit.
Date : 2025-12-25 Size : 1kb User : zhengtiyu

DL : 0
此程序是用于测试Vi的接收,本程序通过不间断的向外发送数据,通过通讯口与电脑的串口连接,检测编写的vi程序是否正确。-This procedure is used to test the reception of Vi, the program sends data out through continuous through the serial communication port to connect the computer to detect whether the correct procedures for the preparation of the vi.
Date : 2025-12-25 Size : 9kb User : mqqjhny

DL : 0
51单片机C控制串51单片机串口向计算机发送字符串C程序-51 C control 51 single-chip microcontroller serial port to the computer program sends the string C
Date : 2025-12-25 Size : 1kb User : jacky

DL : 0
程序功能:PC机通过串口可以控制从EEPROM的指定地址中读出一个 字节的数据,或者向指定地址写入一个字节的数据 特别说明:在PC机发送EEPROM内的存储地址或者是写入数据时,必须 使用十六进制发送,而在发送读写控制命令时要使用默认 的发送ASCII码的设置,这点要注意,否则操作无法完成-Program features: PC, can be controlled through the serial port specified address from the EEPROM one byte of data read or write a byte to the specified address data in particular: the PC sends the memory address of EEPROM or write data must be used to send the hex, and read and write control command is sent to send ASCII code to use the default settings, it point to note, or can not be completed
Date : 2025-12-25 Size : 45kb User : 郝国英

设置简单的串口调试软件,有发送接收功能。串口设置是默认的,在程序中可修改。有正转、反转、快、中、慢按钮,这几个按钮单击后发送固定字符,以实现相应控制!-Set a simple serial debugging software, send and receive functions. Serial port settings is the default, the program can be modified. Has forward, reverse, fast, medium and slow button, which sends a fixed number of characters after a button click, in order to achieve the corresponding control!
Date : 2025-12-25 Size : 3.23mb User : 超越

DL : 0
csharp编写的一个串口工程,可以作为上位机软件想单片机发送指令,实现通信和控制的目的。-csharp project prepared by a serial port can be used as the PC software to microcontroller sends instructions, communications and control.
Date : 2025-12-25 Size : 410kb User : 郭飞

DL : 0
ARM7 LPC2132 串口调试例程 基于Board LPC21238实验板-// UART Sample Code // NXP Semiconductors // // MCB2130 Board LPC21238: runs in internal Flash // MCB2130 Ram: runs in internal RAM /////////////////////////////////////////////////////////////////////// The UART sample code initializes UART0 (COM0) and sends out a "HELLO". Afterwards it will simply echo anything it receives. Use a serial terminal utility with the following settings: Baud: 115200 Data: 8 Parity: None Handshake: None Note: UART0 has a ISP bootloading feature which might cause the LPC2138 to stay in the bootloader after a reset (Pin 7 and Pin 4 are used as RTS and DTR). This can be avoided by either disconnectiong the ISP and RST jumpers.
Date : 2025-12-25 Size : 22kb User : 李迎春

本文介绍了一种采用Virtools 和串口通信实现人机界面交互的设计方法。下位机通过串口通信的方式将采集的数据 传给上位机,上位机通过Virtools 的行为模组对这些数据进行处理,并根据处理结果做出响应,从而实现人机界面的交互。-This article introduces one design method of man-machine interaction system based on Virtools and serial communication. The sub device sends sampling data to the upper device through serial communication. The upper device processes these data and responses according to the results through Building Blocks of Virtools In order to realize the interactivity of man-machine interface
Date : 2025-12-25 Size : 144kb User : zhang

DL : 0
一个用于串口通讯的C++类源代码,使用了线程。-This class can read, write and watch one serial port. It sends messages to its owner when something happends on the port The class creates a thread for reading and writing so the main program is not blocked.
Date : 2025-12-25 Size : 7kb User : zjh

DL : 0
一个简单的串口通信汇编程序,通过上位机发送控制信号控制单片机LED灯的点亮与否。文件有protues仿真电路与hex文件。调试时请下载串口调试助手,端口Com1,波特率96-A simple serial communication assembler, through the host computer sends control signals control the chip LED lamp is lit or not. Documents protues Simulation circuit and hex file. Please download serial debug debugging assistant, port Com1, Baud Rate 9600
Date : 2025-12-25 Size : 17kb User : 周杰伦

此程序是一份单片机与PC的485通讯程序,通过此程序,可检测单片机485铜须是否正常,在PC端发送数据通过单片机返回相同数据,即为正常.-This program is a microcontroller and the PC 485 program, this program can detect single-chip 485 copper to be normal in the PC sends data through the microcontroller returns the same data, that is normal.
Date : 2025-12-25 Size : 29kb User : human

LCM12232F液晶驱动,从单片机发送一个字节的数据到液晶,在Lcd中显示16*16汉字 -The LCM12232F LCD driver, the SCM sends a byte of data to the LCD, display of Chinese characters in Lcd 16*16
Date : 2025-12-25 Size : 1kb User : h

DL : 1
COM协议通讯客户端服务器发送数据,用于客户端通过COM协议发送消息给服务器端-The COM protocol communication client server sends the data used to client through COM protocol to send messages to the server-side
Date : 2025-12-25 Size : 72kb User : dior

zigbee 无线串口 实现串口无线传输功能 唯一缺点 :调试时程序发送完后就停止-the zigbee wireless serial serial wireless transmission function only drawback: debugging program sends after you stop
Date : 2025-12-25 Size : 334kb User : quanshui

This a simple code using COM port in Linux. The host sends a packet of 6 bytes (including CRC) through serial port and waits for the responding packet. If CRC is correct, the packet is parsed to get some useful data. Test code and Makefile is included.-This is a simple code using COM port in Linux. The host sends a packet of 6 bytes (including CRC) through serial port and waits for the responding packet. If CRC is correct, the packet is parsed to get some useful data. Test code and Makefile is included.
Date : 2025-12-25 Size : 4kb User : Kang Yong Rim
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.