代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/458160/7303086
cpp app.cpp
///////////////////////////////// Includes //////////////////////////////////
#include "stdafx.h"
#include "SerialPort.h"
///////////////////////////////// Defines /////////////////////////
www.eeworm.com/read/314458/13567176
cpp app.cpp
///////////////////////////////// Includes //////////////////////////////////
#include "stdafx.h"
#include "SerialPort.h"
///////////////////////////////// Defines /////////////////////////
www.eeworm.com/read/406747/11436826
rb scope.rb
#!/usr/bin/env ruby
require 'gtk2'
# require 'serialport' doesn't work, so use Kernel::require
Kernel::require 'serialport'
class SingleStripChart < Gtk::DrawingArea
def initialize(w, h, tv, bv, sh
www.eeworm.com/read/297392/3887106
class fserialport.class
' Gambas class file
'PRIVATE Sport AS SerialPort
'PUBLIC SUB Form_Open()
' Sport=NEW SerialPort AS "Sport"
'END
PUBLIC SUB Form_Close()
IF Sport.Status=Net.Active THEN CLOSE Sport
END
PUBLIC SUB
www.eeworm.com/read/367315/2846657
txt serialporttool.csproj.filelist.txt
bin\Debug\SerialPortTool.exe
bin\Debug\SerialPortTool.pdb
bin\Debug\Midapexsoft.IO.SerialPort.dll
bin\Debug\Midapexsoft.IO.SerialPort.pdb
obj\Debug\ResolveAssemblyReference.cache
obj\Debug\Serial
www.eeworm.com/read/125688/6023407
h irqs.h
/*
* linux/include/asm-arm/arch-rpc/irqs.h
*
* Copyright (C) 1996 Russell King
*/
#define IRQ_PRINTER 0
#define IRQ_BATLOW 1
#define IRQ_FLOPPYINDEX 2
#define IRQ_VSYNCPULSE 3
#define IRQ_POW
www.eeworm.com/read/297392/3887107
project .project
# Gambas Project File 1.0
Project=SerialPort
Title=Serial port example
Icon=serialport.png
Startup=FSerialPort
TabSize=2
Version=0.0.18
Library=gb.net
Library=gb.qt
SnapToGrid=1
ShowGrid=1
Snap=8
Loca
www.eeworm.com/read/101167/15842813
bas sercom1.bas
Attribute VB_Name = "SerialPort"
'-------------------------------------------------------------------------------
Option Explicit
' This module is used to transfer data to and from the serial por
www.eeworm.com/read/259643/4339125
extra entries.extra
/AssemblyInfo.cs////*///
/ChangeLog////*///
/ISerialStreamCtrl.cs////*///
/NetStream.cs////*///
/SerialPort.cs////*///
/SerialPortEnums.cs////*///
www.eeworm.com/read/427444/8944455
cpp pserialport.cpp
// PSerialPort.cpp: implementation of the CPSerialPort class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "SerialPort.h"
#include "PSe