搜索资源列表
ucos2 can总线通讯
- 编程实现MCP2510 的CAN 总线通讯;两个UP-NetARM3000 通过CAN 总线相连接。ARM 监视串行口,将接收到的字符发送 给另一个开发板并通过串口显示(计算机与开发板是通过超级终端通讯的)。即按PC 键盘通 过超级终端发送数据,开发板将接收到的数据通过CAN 总线转发,再另一个PC 的超级终 端上显示数据-Programming MCP2510 CAN bus communication; Two UP-NetARM3000 CAN bus link. ARM su
rxdemo
- mc13213无线串口接受并发送到超级终端的元代码-mc13213 Wireless Serial accepted and sent to the Super Terminal yuan code
attest
- 简易的“串口调试助手” 即 可以像超级终端一样,将命令从发送编辑框输入,在接收编辑框显示串口返回的结果,对于调试想AT命令,开发板(用串口的开发板)
S3C44B0X CAN总线通讯
- 按PC键盘通过超级终端发送数据,开发板将接收到的数据通过CAN总线转发,在另一个超级终端上显示数据来实现数据传输,源代码已经调试可用,希望能对大家有所帮助。-PC keyboard adopted by the Super Terminal send data, the board will receive the data transmitted through the CAN bus, in another super-terminal display the data to achieve
USARTiapBootloader
- 基于STM32F103核实现IAP下载,上位机使用PC的超级终端,将BIN文件通过串口传送-IAP based STM32F103 nuclear achieve download PC using PC' s HyperTerminal, the BIN file transfer through serial port
M16Uart
- M16Uart 实验现象: 通过超级终端或者是串口调试助手向单片机发送数据,以*开始#结束 单片机储存的是*#之间的数据, 发送R可将单片机最近一次记录的数 据传送给PC机,接收到新的数据,以前的数据将被清除, 数据长度在 255个字节以内-M16Uart experimental phenomena: The HyperTerminal or a single-chip serial debugging assistant to send data to* the
ARM2410
- 实现查询方式串口的收发功能。接收来自串口(通过超级终端)的字符并将接收到的 字符发送到超级终端-Implementation of the transceiver serial port query functions. Receive from the serial port (via HyperTerminal) characters and will receive the characters sent to HyperTerminal
UART
- 基于S3C2410的嵌入式串口实验,实现功能是发送数据,在超级终端里又接收到数据-S3C2410-based embedded serial experiment, the realization of function is to send data in HyperTerminal and receive data
demoXEPADC
- 飞思卡尔单片机AD转换程序,本程序完成下列功能的程序设计:单片机轮流采集通道0和通道1的模拟电压,把转换得到的数值转换成对应的电压值发送到串口显示出来,比如本次采得通道1的值为0x80,0x80代表的电压值为(0x80/0xff)*5=2.51伏(保留两位小数),则应在PC机超级终端收到数据“通道1电压值2.51伏”,单片机每0.5秒发送一次采集结果。-Freescale
remote_check
- 数码管显示PC机上超级终端发送的字符编码,左边第一个LED显示接收字符数显示接收字符数,第二个显示 ‘-’,,右边两个LED显示 编码,如发送‘1’时显示1-31,发送‘A’时显示2-41。 -Digital display on the PC, HyperTerminal to send a character encoding, the left received the first LED display shows the number of characters to rec
UART_ISR
- M16 ICCAVR PROTEUS每天一练】之串口(中断法),2009-09-11 今天发的是依旧是最基础的程序——串口程序,谨供初学者参考和本人备份之用,大侠请绕行。主要实现就是通过超级终端发送一个字符串,单片机接收到之后发回超级终端。其中文件夹中的《ICC_PRJ》是ICCAVR的工程文件和源文件,《PS_PRJ》是PROTEUS的工程文件,《SI_PRJ》是Source Insight的工程文件。 (我的程序大部分都是参考了网友的资料的,由于人数太多,又记不得是那里下载的,所以
serial-port-test-program
- MSP430单片机串口测试程序。该程序将串口收到的字节发回主机,供测试串口用。用串口调试助手向430发送任意字符串,将接收到同样的字符串.也可用Windows自带的超级终端,设置波特率2400,8位数据,无校验无流量控制,连接。计算机键盘上按任意字母,屏幕会有回显。-This is a serial port test program on MSP430 MCU.
Jisuanjifabaoji
- 利用键盘输入字母,61单片机会发送相应的莫尔斯电码,并可用超级终端显示出来!-Enter letters using the keyboard, 61 MCU will send the corresponding Morse code, and can be displayed HyperTerminal!
8.4b
- 将AD转换值换算为实际的电压值,并将其从串口发送到电脑的超级终端显示,显示的结果保留两位小数,飞思卡尔 HCS12系列-AD conversion value will be converted to actual voltage value and sent to the computer from the super serial terminal display, showing the results of two decimal places, Freescale HCS12 fami
Uart_com
- 本程序为STC89C52与PC机超级终端通讯的实验程序 在PC机键盘上输入字符,单片机接收,并发送回PC机,显示在超级 终端;超级终端配置为:波特率为9600,数据位8,奇偶校验:无 停止位:1;硬件:无-This program is STC89C52 communication with the PC HyperTerminal experimental procedures on the PC keyboard to enter characters, single-chip
main
- 通过超级终端完成PC和S3C2440的数据传输,利用超级终端输入需要发送的字符,回车后,字符会再发送回来显示。-Complete PC and S3C2440 data transmission via HyperTerminal HyperTerminal to enter the character to be sent, carriage return after the character will be sent back show.
EFM32G230F128_USART
- 本工程源码实现EFM32G230F128微控制器的片上USART异步通信,通过串口向电脑超级终端发送数据显示。-This project source code chip EFM32G230F128 microcontroller USART asynchronous communication, display HyperTerminal send data to the computer through the serial port.
ARM-serial-port-
- ARM 监视串行口,将接收到的字符再发送给串口(计算机与开发板是通过超级终端通讯 的),即按PC 键盘通过超级终端发送数据,开发板将接收到的数据再返送给PC,在超级终端上显示。-ARM Serial Port experiment
CAN-Bus-Communication
- 两个UP-NetARM2410-CL 通过CAN 总线相连接。ARM 监视串行口,将接收到的字符 发送给另一个开发板并通过串口显示(计算机与开发板是通过超级终端通讯的)。即按PC 键盘通过超级终端发送数据,开发板将接收到的数据通过CAN 总线转发,再另一个PC 的超 级终端上显示数据。-CAN Bus experiment
ARM-UART
- ARM监视串行口,将接收到的字符发送到字符再发送给串口,即按PC机键盘通过超级终端发送数据,开发板将接收到的数据再返还给PC,在超级终端上显示。-ARM monitors the serial port, the received characters are sent to a character and then sent to the serial port, ie the PC keyboard to send data via HyperTerminal, the board will