代码搜索:XONXOFF

找到约 58 项符合「XONXOFF」的源代码

代码结果 58
www.eeworm.com/read/185911/8977763

htm cwp952.htm

WJ.Serial.Handshake.XonXoff
www.eeworm.com/read/130941/14166953

py miniterm.py

#!/usr/bin/env python #very simple serial terminal #http://pyserial.sf.net package required #input characters are sent directly, received characters are displays as is #baudrate and echo configuar
www.eeworm.com/read/220736/14790417

cs handshake.cs

namespace SerialPorts { using System; public enum Handshake : byte { // Fields CtsRts = 1, DsrDtr = 2, None = 0, XonXoff = 3 } }
www.eeworm.com/read/125819/6020943

h serial.h

// Flow control flags #define FC_DTRDSR 0x01 #define FC_RTSCTS 0x02 #define FC_XONXOFF 0x04 // ascii definitions #define ASCII_BEL 0x07 #define ASCII_BS 0x08
www.eeworm.com/read/123678/14616422

h sioport.h

// sioport.h #ifndef __SIOPORT_H__ #define __SIOPORT_H__ #define FC_DTRDSR 0x01 #define FC_RTSCTS 0x02 #define FC_XONXOFF 0x04 #define ASCII_BEL 0x07 #define ASCII_BS 0x08 #defin
www.eeworm.com/read/159111/10694232

h sioport.h

// sioport.h #ifndef __SIOPORT_H__ #define __SIOPORT_H__ #define FC_DTRDSR 0x01 #define FC_RTSCTS 0x02 #define FC_XONXOFF 0x04 #define ASCII_BEL 0x07 #define ASCII_BS 0x08 #defin
www.eeworm.com/read/149759/12351814

h sioport.h

// sioport.h #ifndef __SIOPORT_H__ #define __SIOPORT_H__ #define FC_DTRDSR 0x01 #define FC_RTSCTS 0x02 #define FC_XONXOFF 0x04 #define ASCII_BEL 0x07 #define ASCII_BS 0x08 #defin
www.eeworm.com/read/275957/7128912

cpp mycom.cpp

#include "stdafx.h" #include "MyCom.h" CComStatus::CComStatus() { m_hCom = NULL; m_bComId = (char)1;//COM1 m_bByteSize=7; m_bStopBits=ONESTOPBIT; m_bParity=NOPARITY; m_dwBaudRat
www.eeworm.com/read/120667/14792959

h comm.h

#ifndef TCICOMM extern int xonxoff; /* auto xon/xoff support is on flag */ extern int portin; /* com port is open flag */ extern int xofsnt; /* XOFF transmitted flag */ extern int