一個簡單的串口文件發送接受程序。可以調節發送延遲。里面的類可以應用在其他的環境下。A simple program that can send a file through a serial port. The delay and other parameters are changable.
標簽: program through simple serial
上傳時間: 2014-01-22
上傳用戶:zsjinju
Input/Data Acquisition System Design for Human Computer Interfacing
標簽: Acquisition Interfacing Computer Design
上傳時間: 2013-12-31
上傳用戶:sardinescn
Circuits for programming via the serial port Circuits for programming via the serial port
標簽: programming Circuits serial port
上傳時間: 2014-01-22
上傳用戶:ve3344
HDOJ ACM input:The input consists of T test cases. The number of test cases ) (T is given in the first line of the input. Each test case begins with a line containing an integer N , 1<=N<=200 , that represents the number of tables to move. Each of the following N lines contains two positive integers s and t, representing that a table is to move from room number s to room number t (each room number appears at most once in the N lines). From the N+3-rd line, the remaining test cases are listed in the same manner as above.
上傳時間: 2015-10-18
上傳用戶:三人用菜
This a simple hardware UART test program. It receives text lines over the serial port and writes back a status msg with length and contents of the buffer.
標簽: hardware receives program simple
上傳時間: 2015-10-19
上傳用戶:xlcky
using mscomm controller to develop a function of serial communication in delphi language
標簽: communication controller function language
上傳時間: 2015-10-21
上傳用戶:變形金剛
串口通信程序 SP23x8 demo.c source file SP2328/SP2338 serial communication example for MCS-51 MCU (oscillating crystal: 11.0592MHz)
標簽: communication SP example source
上傳時間: 2013-12-05
上傳用戶:duoshen1989
Input The first line of the input contains a single integer T (1 <= T <= 20), the number of test cases. Then T cases follow. The first line of each case contains N, and the second line contains N integers giving the time for each people to cross the river. Each case is preceded by a blank line. There won t be more than 1000 people and nobody takes more than 100 seconds to cross. Output For each test case, print a line containing the total number of seconds required for all the N people to cross the river. Sample Input 1 4 1 2 5 10 Sample Output 17
標簽: the contains integer number
上傳時間: 2015-10-27
上傳用戶:plsee
Input The input contains blocks of 2 lines. The first line contains the number of sticks parts after cutting, there are at most 64 sticks. The second line contains the lengths of those parts separated by the space. The last line of the file contains zero. Output The output should contains the smallest possible length of original sticks, one per line. Sample Input 9 5 2 1 5 2 1 5 2 1 4 1 2 3 4 0 Sample Output 6 5
標簽: contains The blocks number
上傳時間: 2015-10-27
上傳用戶:lepoke
Input The input consists of two lines. The first line contains two integers n and k which are the lengths of the array and the sliding window. There are n integers in the second line. Output There are two lines in the output. The first line gives the minimum values in the window at each position, from left to right, respectively. The second line gives the maximum values. Sample Input 8 3 1 3 -1 -3 5 3 6 7 Sample Output -1 -3 -3 -3 3 3 3 3 5 5 6 7
上傳時間: 2014-12-21
上傳用戶:hongmo