-
-
-
[
C++ Builder]
uart_terminal.zip
this large program shows you how to communicate via Serial UART on your computer. GUI interface thread is independent from UART thread. so you can learn using multi-thread in windows platform. the program has some other facilities,too. builder is Borland ...
Category:
Com Port Upload User:
linda2997 Size:
1193K
-
[
C/C++]
High-speed-serial-port-driver.rar
The examples of high-speed serial port driver to kernel-based UCOS a detailed explanation of the expansion process of the external UCOS!
Category:
uCOS Upload User:
ksmsdsy Size:
440K
-
-
-
[
C/C++]
Robosapien_IR.zip
... mcu (I use P89C668 in my build), only minor modification needed with other brands of mcu. The board receive command code from serial (uart) and generate IR code send out via onboard IR transmitter. You can use any C compiler to create and send command ...
-
-
[
C/C++]
SERIAL.rar
Very useful procedure of single-chip serial transceivers, including the cycle buffer algorithm, can deal with any serial communication
Category:
SCM Upload User:
boyuxx Size:
1K
-
[
Asm]
SERLCD.rar
Assembly program to display serial data on character LCD
Category:
SCM Upload User:
sxh4972 Size:
1K
-
[
C/C++]
gps1_5.rar
gps1_5.c begins by opening a file gpsData.txt which will save all GPS message strings in ASCII. Next, the serial port is opened using a function prototype comm_setting() which invokes functions found in the IBMCOM library.
A while loop is entered, ...