代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.vcw
Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
##########################################################################
serial.vcp
# Microsoft eMbedded Visual Tools Project File - Name="Serial" - Package Owner=
# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
# ** DO NOT EDIT **
# TARGTYPE "Win3
serial.h
// Serial.h : main header file for the SERIAL application
//
#if !defined(AFX_SERIAL_H__0B13591F_F186_4F15_A312_6354AEF15F43__INCLUDED_)
#define AFX_SERIAL_H__0B13591F_F186_4F15_A312_6354AEF15F43
serial.vcc
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CDlgShuoming
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Seria
serial.vcl
Build Log
--------------------Configuration: Serial - Win32 (WCE ARMV4I) Release--------------------
Command Lines
Creating command line "rc.ex
serial.h
#define PRINT_SERIAL_PORT 8
HANDLE
PortInitialize(
PWSTR sPort
);
BOOL
PortWrite(
HANDLE h,
LPCVOID lpBuffer,
DWORD dwLength
);
VOID
PortClose(
HANDLE h
);
serial.cpp
#include "precomp.hxx"
#include
#include "serial.h"
#include "util.h"
static PWSTR pPrinter = TEXT("SiPix PocketPrinter A6");
static PWSTR pPort = NULL;
static HANDLE g_hPrint =
serial.h
int open_port(int fd,int comport);
int set_opt(int fd,int nSpeed, int nBits, char nEvent, int nStop);
serial.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include