搜索资源列表
-
0下载:
通过串口调试助手向TI C2000系列DSP发送数据,然后DSP返回原数据。-send data to DSP from pc
-
-
0下载:
实现的功能如题,就是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 recei
-
-
0下载:
定时发送数据到上位机,采用中断形式,此程序可以作为sci硬件电路的测试程序。-From time to time to send data to a PC using the form of interruption, this process can serve as a sci hardware testing procedures.
-
-
0下载:
Every time a byte becomes available from the serial port, then "RxD_data_ready" is active for one clock period.
The PC sends us data through the serial port in 8-bits mode. Ideally, we would need to receive 9 bits from the PC, so that we can drive
-
-
1下载:
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
-
-
0下载:
串口通信实验,从上位机(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
-
-
0下载:
程序功能:接收来自PC机的字符,然后重新发送给PC机
通信格式:N.8.1, 9600
无校验,8个数据位,1个停止位,波特率9600
------------------------------------------------------
测试说明:打开SSCOM,正确设置通信格式,向学习板发送一个
字符或者是字符串(字符和字符串结尾必须添加结束
符 \ ),观察PC机是否正确收到回发的字符-Program features: Receive the char
-
-
0下载:
该源码为使用avr开发的应用激光技术实现的虚拟键盘,包括使用i2c总线从摄像头获得数据后经单片机处理后将数据发送至pc机,具有较高的实用价值。-Avr source code to use the laser technology developed by the virtual keyboard, including the use of i2c bus access to data from the camera will send the data processing by the MC
-
-
0下载:
以2400bps从计算机发送任一字节数据,当单片机收到该数据后,在此数据前加上一序号然后连同此数据一起发送至计算机,当序号超过255时归零。
-2400bps from the computer to send any byte of data, when the microcontroller receives the data in this data with a serial number before then sent along with the data to the com
-
-
0下载:
上位机与单片机通讯的源程序,通过调用MSComm控件,处理单片机从串口接收的数据,并编写窗体按钮事件来向单片机发送数据。-Communication between PC and microcontroller source code, by calling the MSComm control, processing data received from the serial port MCU, and the preparation of the form the button event
-
-
0下载:
Pluto receives data from the PC serial port, de-serializes it, and send it to the LCD module. The de-serializer is the same module from the serial interface project, so it is just instantiated here.
-
-
0下载:
this document shows how to send data from a microcontroller to pc using serial data communication
-
-
0下载:
ZIGBEE串口收发程序(有改动),发送内容位16进制代码,也可从PC机发送数据给CC2430然后返回。-ZIGBEE serial TX (modified), send the content-digit hexadecimal code, or from a PC to send data to the CC2430 and then return.
-
-
0下载:
程序功能:MCU不停向PC机发送数据,在屏幕上显示0~127对应
的ASCII字符-Program features: MCU is kept to a PC to send data displayed on the screen from 0 to 127 ASCII characters corresponding to
-
-
0下载:
1.由上位机发送1给单片机时,蜂鸣器以400ms频率发声,发2时以200ms频率发声,发3时以100ms频率发声,发4时关闲蜂鸣器。
1.以2400bps从计算机发送任一字节数据,当单片机收到该数据后,在此数据前加上一序号然后连同此数据一起发送至计算机,当序号超过255时归零。
2.以16进制发送一个0-65536之间的任一数,当单片机收到后在数码管上动态显示出来,波特率自定。
3. 用AD以1HZ的频率采集模拟信号,然后转换成数字量,再将其以1200bps发送到计算机,在计算机上显
-
-
0下载:
lpc2000系列ARM上的移植源代码。
pc.c是移植于μCOS-II的PC服务代码-lpc2000 series of ARM transplant source code. is pc.c transplantation in μCOS-II PC Service Code (pc.c) main changes: 1,# include " includes.h" changed to " config.h" 2, displayed on the screen changed
-
-
0下载:
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 L
-
-
0下载:
使用PIC18F4550单片机,读取气压传感器BMP450的值,换算成高度后,通过USART发送。-The MCU PIC18F4550 send data from BMP450 sensors through USART to PC
-
-
0下载:
能实现用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
-
-
0下载:
此上传文件实现的功能就是FPGA里实现从PC接收数据,然后把接收到的数据发回去。
使用的是串口UART协议进行收发数据。(The function of this upload file is to receive data from PC in FPGA and send back the received data.The serial port UART protocol is used to receive and receive data.)
-