代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.c
#include "def.h"
#include "44b.h"
#include "option.h"
#include "utils.h"
static U16 SerialPortSel;
U16 SerialSwitch(U16 port)
{
#ifdef SERIAL_PORTS_SWITCH
// U16 old_sel = SerialPortSel;
serial.~pas
unit Serial;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, iThreadTimers, StdCtrls, ExtCtrls, ComCtrls;
type
TFrmMain = class(TFo
serial.dfm
object FrmMain: TFrmMain
Left = 288
Top = 195
Width = 577
Height = 286
Caption = 'FrmMain'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.He
serial.~dfm
object FrmMain: TFrmMain
Left = 192
Top = 107
Width = 577
Height = 286
Caption = 'FrmMain'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.He
serial.pas
unit Serial;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, iThreadTimers, StdCtrls, ExtCtrls, ComCtrls;
type
TFrmMain = class(TFo
serial.c
/******************************************************************************/
/* SERIAL.C: Low Level Serial Routines */
/***********************************
serial.h
/*
* include/linux/serial.h
*
* Copyright (C) 1992 by Theodore Ts'o.
*
* Redistribution of this file is permitted under the terms of the GNU
* Public License (GPL)
*/
#ifndef _LINUX_SERIAL_H