代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.cpp
//
// Copyright (C) 1999-2003 Ramon de Klein (Ramon.de.Klein@ict.nl)
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Publ
serial.plg
Build Log
--------------------Configuration: Serial - Win32 Debug Unicode--------------------
Command Lines
Creating temporary file "C:\DOCUME~
serial.h
// Serial.h - Definition of the CSerial class
//
// Copyright (C) 1999-2003 Ramon de Klein (Ramon.de.Klein@ict.nl)
//
// This library is free software; you can redistribute it and/or
// modify it
bluetooth_serial
#!/bin/sh
#
# bluetooth_serial
#
# Bluetooth serial PCMCIA card initialization
#
start_serial()
{
if [ ! -x /bin/setserial -o ! -x /usr/sbin/hciattach ]; then
logger "$0: setserial or hciattach no
test-serial
#!/usr/bin/python
import sys
import time
import dbus
bus = dbus.SystemBus()
manager = dbus.Interface(bus.get_object("org.bluez", "/"),
"org.bluez.Manager")
adapter = dbus.Interface(bus.get_o
serial.h
#ifndef __SERIAL_INCLUDED
#define __SERIAL_INCLUDED
#define TXC 0x40
#define RXC 0x80
#define UDRE 0x20
#define UDRIE 5
void init_uart(void);
int putchar(int c);
void clr(
serial.c
#include
#include
#include
#include
#include "serial.h"
#include "StdDefs.h"
#define ESC 0x1b
#define BUFF_SIZE 64
unsigned char CLR[] = {ESC,
serial.c
//==============================================================================
//2005-03-28...2005-03-31
//串口模块的C51程序头文件
//File Name=serial.c
//==================================================
serial.h
//================ SERIAL.H ========================
// 时间:2005-03-28...2005-03-31
// 说明:定义操作SERIAL的头文件,对应工程文件SERIAL
// 用T1(T2)定时器,模式1,查询方式
//=============================================