代码搜索:多串口
找到约 10,000 项符合「多串口」的源代码
代码结果 10,000
www.eeworm.com/read/455740/7367234
c func_ch.c
/**************************************
File : FUNC_CH.C
Project : BDTRV20_MCU_V07
Description : 得到通道参数发给DSP,置@@ch帧串口发送标志
Created : 2006.11.7
Last updata :
Author
www.eeworm.com/read/446400/7580422
c ad0809.c
/**************************************************************/
/* 文件名: AD0809.c */
/* 功能描述: AD采样实验,结果通过串口送PC显示(脱机运行) */
/* 结果送内部数据区30H
www.eeworm.com/read/446269/7581767
c queue.c
//======================================================
// 文件名称: Queue.c
// 功能描述: 循环队列存储结构,用于保存串口发来的信息
// 维护记录: 2007-8-10 v1.0
//======================================================
#include
www.eeworm.com/read/299887/7826316
v ps2mouse.v
/************************************************************
**模块名称:ps2mouse
**模块功能:用于初始化鼠标并接受鼠标的数据发往串口发送模块
*************************************************************/
module ps2mouse(clk,rese
www.eeworm.com/read/247370/12662543
c xmodel.c
//s3c44b0开发板与windows或linux 通过串口进行文件传输
/**********************************************************************************************************************************
命令字
xmodel /tmp/tset.txt
www.eeworm.com/read/239522/13274165
c usb-uart.c
//=============================================================================
//使用串口调试工具发给单片机一个十六进制数,单片机收到后再将这个数发送给上位机.
//------------------------------------------------------------------------
www.eeworm.com/read/316282/13525903
~dfm configform.~dfm
object frmConfig: TfrmConfig
Left = 243
Top = 98
Width = 391
Height = 403
Caption = '串口配置'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.He
www.eeworm.com/read/302277/13838230
~dfm mainrs232.~dfm
object frmMain: TfrmMain
Left = 127
Top = 146
Width = 798
Height = 521
BorderIcons = [biSystemMenu]
Caption = '串口测试软件'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.C
www.eeworm.com/read/302277/13838235
dfm mainrs232.dfm
object frmMain: TfrmMain
Left = 127
Top = 146
Width = 798
Height = 521
BorderIcons = [biSystemMenu]
Caption = '串口测试软件'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.C
www.eeworm.com/read/482424/6624581
sdi full3.sdi
,,, ORG 00H
0000,02 00 26,, JMP START
,,, ORG 23H ;
0023,02 00 4A,, JMP UART ;串口中断服务程序
,,,;--------------------------------
0026