代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial811.c
/* 完成的功能是:采用PC机和单片机握手方式,首先,PC机向单片机发送要访问的节点ID号,单片机接收后返回接收到的ID号,若PC机接
收到的ID号和发的一致,则接着发送后面的功能信息和数据信息。否则返回"FF",PC机重发节点ID号,直到双方取的联系。单片机把接收
到的ID号、功能信息和数据信息放在Readata[4]中,当接收完一次数据(共3帧),单片机就发送自己收到的数据。简单的说,就是 ...
drv_serial.c
/*********************************************************
用于UART0的串口通讯
发送,用队列方式,接受阻赛接收
应用中驱动可以一直处于打开状态
更新日志:
2004-11-16:
在recvbuff的基础上增加queue
设备加载后便一直在接收数据,在中断程序中将数据复制到queue.
tcpclient_serial.c
/*
* Description:
* Serial-to-Ethernet example.
*
* A TCP client is ready to connect remote server
* TTY Port is set to 19200, N81, no flow control.
*
* After connection is established,
tcpserver_serial.c
/*
* Description:
* Serial-to-Ethernet example.
*
* A TCP Server is ready to accept connection
* TTY Port is set to 19200, N81, no flow control.
*
* After connection is established,
* T
tiny_serial.c
/*
* Tiny Serial driver
*
* Copyright (C) 2002-2004 Greg Kroah-Hartman (greg@kroah.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU G
serial.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (os)
Group (user)
Group (Target CPU)
File 1,1,
F
cli_serial.c
/*****************************************************************************
*
* Module : cli_serial.c
* Descriptions : Provides serial API functions.
* OS : SLOS 0.09
*
cli_serial.h
/*****************************************************************************
*
* Module : serial.h
* Description : high level serial routines
* OS : SLOS
* Platform
serial_driver.c
/*****************************************************************************
*
* Module : serial_driver.c
* Description : low level device driver for the serial device
*
serial_driver.h
/*****************************************************************************
*
* Module : serial_driver.h
* Description : low level serial device driver interface
* OS :