Welcome![Sign In][Sign Up]
Location:
Search - send data from pc to pc

Search list

[OtheruCOS-II_LPC2000

Description: pc.c是移植于μCOS-II的PC服务代码(pc.c) 主要改动: 1、#include "includes.h"改为"config.h" 2、在屏幕上显示改为向UART0发送数据,在电脑上显示,影响的函数: PC_DispChar()、PC_DispClrCol()、PC_DispClrRow()、PC_DispClrScr()和PC_DispStr() 3、获取键值改为从UART0获取,影响的函数:PC_GetKey() 4、因为没有dos环境所作的修改,影响的函数: PC_DOSReturn()、PC_DOSSaveReturn()、PC_SetTickRate()(删除)、PC_VectGet()(删除)和 PC_VectSet(删除)。 5、因为定时器不同所作的修改,影响的函数: PC_ElapsedStart()和PC_ElapsedStop()。 6、因为实时时钟不同所作的修改,影响的函数:PC_GetDateTime()。-pc.c is transplanted COS-II PC service code (pc.c) major changes : 1,# include "includes.h" with "config.h" two, displayed on the screen changed to UART0 send data on the computer, the function : PC_DispChar (), PC_DispClrCol (), PC_DispClrRow (), PC_DispClrScr (), and PC_DispStr () 3, access keys to read from UART0 acquisition, the function : PC_GetKey () 4 because no dos environment changes, it will affect the function : PC_DOSReturn (), PC_DOSSaveReturn (), PC_SetTickRate () (deleted), PC_VectGet () (deleted) and PC_VectSet (deleted). 5, because the timer made different changes, it will affect the function : PC_ElapsedStart (), and PC_ElapsedStop (). 6, because of different real-time clock's revision, the function : PC_GetDateTime ().
Platform: | Size: 14336 | Author: hyh | Hits:

[SCMmain

Description: 串口通信使用串口UART0接收上位机发送的数据,当接收到4个连续数据后,将接收计数值加一后输 * 出LED1--LED8显示,并将数据原封不动地发送回上位机。-UART0 serial communication using the serial port to receive data from PC to send, when to receive four consecutive data, will receive the total value plus one out after the transfusion* LED1- LED8 show that the data intact and sent back to PC .
Platform: | Size: 2048 | Author: HBZ | Hits:

[SCMusart

Description: AVR 单片机M8的 USART 实现发送和接收数据的基本 应用,对刚学AVR来说是一个不错的入门例程-AVR Singlechip M8 realize the USART to send and receive data on the basic application, just learning AVR is a good entry-routine
Platform: | Size: 1024 | Author: lizhuosheng | Hits:

[DSP programlimingqi_SCI

Description: 通过串口调试助手向TI C2000系列DSP发送数据,然后DSP返回原数据。-send data to DSP from pc
Platform: | Size: 115712 | Author: 李名祺 | Hits:

[VHDL-FPGA-Verilogmy_uart_top

Description: 实现的功能如题,就是FPGA里实现从PC接收数据,然后把接收到的数据发回去。使用的是串口UART协议进行收发数据。上位机用的是老得掉牙的串口调试助手-To achieve the functions such as title, that is, to achieve FPGA receives data from the PC, and then receive data back fat. Using a UART serial port protocol to send and receive data. PC using the old tooth out of the serial debugging assistant
Platform: | Size: 3072 | Author: 刘虎 | Hits:

[SCMCC2420_Point_to_point_wireless_communications

Description: PC 通过串口工具在发送节点A 端输入想要发送的数据,点击发送,在接收节点B 端 PC 上的串口工具上,可以看到节点B 收到的内容。如要发送10 个字节内容为11 22 33 44 55 66 77 88 99 AA 的数据/时,在发送节点A 端的串口工具上输入 0A 11 22 33 44 55 66 77 88 99AA,其中0A 代表要发送数据的长度,以16 进制表示。在接收节点B 端的串口工具上就可以收到相应的数据。-PC through the serial port tool sending node A wants to send data from client input, click on send, at the receiving node B-side on a PC serial port tools, you can see the node B received. If you want to send 10 bytes of content 11 22 33 44 55 66 77 88 99 AA of the data/pm at the sending node A on the input side of serial port tools 0A 11 22 33 44 55 66 77 88 99AA, in which you want to send on behalf 0A the data length to 16 hexadecimal said. Node B at the receiving end of the tool on the serial port can receive the corresponding data.
Platform: | Size: 74752 | Author: 关飞 | Hits:

[SCMSerialCommunicationExperiment

Description: 串口通信实验,从上位机(PC)上发送数据,单片机接收后用数码管显示,并送回给上位机所接收到的内容-Serial communication experiment, from the host computer (PC) to send data, after the MCU receives digital tube display, and returned to the host computer which receives the contents of the
Platform: | Size: 12288 | Author: 松哥 | Hits:

[Software Engineeringusartcode

Description: ATMEGA 32 USART which is used to send a received data throgh serial port from PC to controller, code is simulated on the VMLAB software
Platform: | Size: 33792 | Author: farhan | Hits:

[assembly languagechuan

Description: 使用《窜口调试助手》软件,串口发送界面。 学习简单的从PC往单片机发送数据,让8个led 从下到上依次一个一个循环灭-Use the " channeling port debugging assistant" software, the serial port interface. Learning the simple send data from PC to the microcontroller, so that 8 led from the bottom to turn off one by one cycle
Platform: | Size: 1024 | Author: wsq | Hits:

[assembly languagesend

Description: 使用《窜口调试助手》软件,16进制显示。 窜口波特率:9600? 校验位:NONE 数据位:8 停止位:1 学习简单的从单片机往PC发送数据 每按下一次按键KEY3,窜口调试助手显示数字"62"-Use the " channeling port debugging assistant" software, 16-band display. Channeling port baud rate: 9600? Parity bit: NONE data bits: 8 Stop bit: 1 Learning the simple send data from the microcontroller to the PC every time you press button KEY3, channeling port debugging assistant displays the number " 62"
Platform: | Size: 1024 | Author: wsq | Hits:

[android2010_4_a3a642aa

Description: 网络传输功能中,将android设定为client端,pc端以linux系统当作server端来使用,android端可发送数据到server端,由server端来接收,而server端也可发送数据给client端,由client端来接收数据。-Network transmission function, the android is set to client side, pc linux client to use the system as a server-side, android client can send data to the server side, to receive from the server side, while the server side can send data to the client-side , to receive data from the client side.
Platform: | Size: 2633728 | Author: lwqq | Hits:

[SCMbubs_temperature

Description: this document shows how to send data from a microcontroller to pc using serial data communication
Platform: | Size: 49152 | Author: oscar | Hits:

[Com PortUART_VHDLCodes

Description: 基于VHDL的异步串口收发器,在FPGA上设计Uart接收模块实现从pc接收串口数据; 在FPGA上设计Uart发送模块,把从pc接收的数据的16进制值加1再发送给PC; 设计单片机和FPGA接口模块,把接收到的数据送给单片机,并显示在LCD上 -VHDL-based asynchronous serial transceivers Uart receive module in the FPGA design from pc to receive serial data design the Uart send module on FPGA, the hexadecimal value of the data received from the pc plus 1 and then sent to a PC design microcontroller and FPGA interface module, the received data sent to the MCU, and displayed on the LCD
Platform: | Size: 427008 | Author: katheqiu | Hits:

[VHDL-FPGA-VerilogVHDL_LCDPUART_example10

Description: VHDL实现的串口通讯和1602液晶显示的实验程序,可以从PC发送数据到FPGA,并在LCD上显示,也可从FPGA开发板上键入数据,在LCD上显示,并通过串口发送到PC机上,适合初学者入门使用,-VHDL realization of the experimental program of serial communication and 1602 LCD, you can send the data from the PC to the FPGA, and displayed on the LCD, data from FPGA development board type is displayed on the LCD, and sent to the PC via the serial port, Suitable for beginner to use,
Platform: | Size: 2179072 | Author: linbaoluo | Hits:

[LabViewLabVIEW-receive-AD-data-from-SCM-

Description: 下位机通过串口发送数据至PC,上位机程序采用Labview软件编写,负责接收,显示并存储AD采集到的数据。-Lower computer through the serial port to send data to a PC, the PC program using Labview software development, responsible for receiving, display and store the AD data collected.
Platform: | Size: 217088 | Author: chengzhe | Hits:

[SCMBMP085

Description: 使用PIC18F4550单片机,读取气压传感器BMP450的值,换算成高度后,通过USART发送。-The MCU PIC18F4550 send data from BMP450 sensors through USART to PC
Platform: | Size: 631808 | Author: chenyuejian | Hits:

[JSP/Javaread-data-from-sarial-port

Description: 使用RXTX技术,pc端接收上位机发送来的二进制数据,进行读取,按照协议进行解析,并进行显示、存储,导出为excel文件。-Use RXTX technology, pc terminal receiving PC to send binary data, read, according to the protocol analysis, and display, storage, export to excel file.
Platform: | Size: 2743296 | Author: 王子 | Hits:

[JSP/Javaread-data-from-sd-card

Description: 上位机将sd卡的数据发送到pc串口,pc端进行解析、并实时显示,将数据保存为txt文件。-PC to send data to the sd card serial pc, pc end for analysis, and real-time display, save the data as a txt file.
Platform: | Size: 2603008 | Author: 王子 | Hits:

[VHDL-FPGA-VerilogIIC读写EEPROM发送到PC串口

Description: 能实现用IIC读EEPROM并且将读取的数据通过串口发送到PC端,以及在PC端通过串口发送数据给FPGA,再利用IIC将数据写入EEPROM(The program can realize that FPGA read the data from EEPROM by IIC and then send it to PC by UART,and that PC send the data to FPGA by UART and then write the data to EEPROM by IIC)
Platform: | Size: 246784 | Author: lml_234 | Hits:

[Software EngineeringVICON_Vison_2

Description: 我们设计了一个通过局域网在TCP/IP协议栈上发送数据的方案。 我们还设计了TCP有效负载内的协议,实现了在酒店内控制设备的功能。(We make a project to send/receive data from PC via LAN on TCP/IP protocol stack. Also we design our protocol inside TCP payload to implement such a function that it can control devices in hotel.)
Platform: | Size: 17573888 | Author: 阿龟 | Hits:
« 12 3 4 »

CodeBus www.codebus.net