代码搜索:com3

找到约 442 项符合「com3」的源代码

代码结果 442
www.eeworm.com/read/280323/10339635

bak rs232x3.bak

#if !defined( _RS232_H ) #define _RS232_H #define COM1 0 #define COM2 1 #define COM3 2 // BaudIdx = 1: 115.2kbps // BaudIdx = 2: 57.6kbps // BaudIdx = 3: 38.4kbps // BaudIdx = 6: 19.2k
www.eeworm.com/read/280309/10340855

h rs232x3.h

#if !defined( _RS232_H ) #define _RS232_H #define COM1 0 #define COM2 1 #define COM3 2 // BaudIdx = 1: 115.2kbps // BaudIdx = 2: 57.6kbps // BaudIdx = 3: 38.4kbps // BaudIdx = 6: 19.2k
www.eeworm.com/read/450492/7482964

h sci.h

#define INVALID_COM (-1) #define COM0 0 #define COM1 1 #define COM3 2 enum tagSCI_Config { SCICFG_5DataBit=0, SCICFG_6DataBit, SCICFG_7DataBit, SCICFG_8DataBit, SCICFG_ParityNone, SC
www.eeworm.com/read/450490/7483052

h sci.h

#define INVALID_COM (-1) #define COM0 0 #define COM1 1 #define COM3 2 enum tagSCI_Config { SCICFG_5DataBit=0, SCICFG_6DataBit, SCICFG_7DataBit, SCICFG_8DataBit, SCICFG_ParityNone, SC
www.eeworm.com/read/450486/7483112

h sci.h

#define INVALID_COM (-1) #define COM0 0 #define COM1 1 #define COM3 2 enum tagSCI_Config { SCICFG_5DataBit=0, SCICFG_6DataBit, SCICFG_7DataBit, SCICFG_8DataBit, SCICFG_ParityNone, SC
www.eeworm.com/read/478094/6719676

ini config.ini

[config] /*1: COM1, 2: COM2, 3: COM3 ... 9: COM9*/ 01:ComPort=1 /*1: 921600, 2: 460800, 3: 115200, 4: 57600, 5: 19600, 6: 9600*/ 02:ComRate=4 /*1: MS Series*/ 03:DemoSeries=1 /*1: DP-51
www.eeworm.com/read/155844/11843975

text 串口通迅.text

com1 com2 com3 com4 com5 com6 110 300 600 1200 2400 4800 9600 14400 19200 38400 56000 57600 115200 128000 256000 5 6 7 8 1 1.5 2 None Odd Even Mark Space
www.eeworm.com/read/339596/12223246

ini config.ini

[config] /*1: COM1, 2: COM2, 3: COM3 ... 9: COM9*/ 01:ComPort=1 /*1: 921600, 2: 460800, 3: 115200, 4: 57600, 5: 19600, 6: 9600*/ 02:ComRate=4 /*1: MS Series*/ 03:DemoSeries=1 /*1: DP-51
www.eeworm.com/read/338904/12274364

h rs232x3.h

#if !defined( _RS232_H ) #define _RS232_H #define COM1 0 #define COM2 1 #define COM3 2 // BaudIdx = 1: 115.2kbps // BaudIdx = 2: 57.6kbps // BaudIdx = 3: 38.4kbps // BaudIdx = 6: 19.2k
www.eeworm.com/read/229126/14352637

h serial.h

#ifndef SERIAL_H #define SERIAL_H #ifdef ALLEGRO_WINDOWS #define COM1 0 #define COM2 1 #define COM3 2 #define COM4 3 #define COM5 4 #define COM6 5 #define C