代码搜索:Serialport

找到约 4,040 项符合「Serialport」的源代码

代码结果 4,040
www.eeworm.com/read/8280/146086

ini accessport.ini

[Setting] Language=English [AccessPort] SerialPort=1 BaudRate=115200 ParityBit=N DataBit=8 StopBit=0 FlowControl=0 BufferSize=8192 SendCycle=1000 BytesPerLine=16 CopyHexDumpMode=0 SelectC
www.eeworm.com/read/8280/146155

ini accessport.ini

[Setting] Language=English [AccessPort] SerialPort=1 BaudRate=115200 ParityBit=N DataBit=8 StopBit=0 FlowControl=0 BufferSize=8192 SendCycle=1000 BytesPerLine=16 CopyHexDumpMode=0 SelectC
www.eeworm.com/read/269256/11103526

h resource.h

//{{NO_DEPENDENCIES}} // Microsoft eMbedded Visual C++ generated include file. // Used by SerialPort.rc // #define IDD_MAIN 101 #define IDD_SETUPDLG 102
www.eeworm.com/read/222754/14676417

h resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by SerialPort.rc // #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 100
www.eeworm.com/read/229588/4753902

txt csharpserialport.csproj.filelist.txt

obj\Release\ResolveAssemblyReference.cache obj\Release\SerialAPI.SerialPort.resources obj\Release\CSharpSerialPort.csproj.GenerateResource.Cache bin\Release\CSharpSerialPort.exe obj\Release\CSharp
www.eeworm.com/read/268898/4248876

java smsatcmds.java

package org.cross.sms.serialPort; /** */ class SMSATCmds { public static final String AT_OK = "OK\r"; public static final String AT_AT = "AT\r";
www.eeworm.com/read/345912/11782938

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // SerialPort.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdaf
www.eeworm.com/read/35446/894693

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // SerialPort.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdaf
www.eeworm.com/read/35446/894829

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // SerialPort.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdaf
www.eeworm.com/read/220218/4842056

java simpleeventlistener.java

package org.firstopen.singularity.devicemgr.interrogator; import gnu.io.SerialPort; import gnu.io.SerialPortEvent; import gnu.io.SerialPortEventListener; import java.io.ByteArrayOutputStream;