代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/424687/10426537
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/353365/10452790
makefile
all: sendsms
pdu.o: pdu.cpp pdu.h
g++ -I. -fPIC -g -Wall -c pdu.cpp
pdu.so: pdu.o
g++ -shared -Wl,-soname,pdu.so -o pdu.so pdu.o
SerialPort.o: SerialPort.cpp SerialPort.h
g++ -I. -fPIC -g -Wal
www.eeworm.com/read/160381/10538151
cpp project1.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
//---------------------------------------------------------------------------
USEFO
www.eeworm.com/read/278060/10577133
ini config.ini
[item1]
TcpDataPort=9990
TcpDebugPort=9991
SerialPort=1
Baud=9600
LogFile=item1.txt
LogOn=On
Enabled=0
[item2]
TcpDataPort=9992
TcpDebugPort=9993
SerialPort=2
Baud=1200
LogFile=item2.tx
www.eeworm.com/read/278060/10577166
txt 新建 文本文档 (2).txt
串口转TCP/IP 实用程序(附源程序)
关键字:<mark>SerialPort</mark> 转 TCP/IP、串口编成、远程串口调试
我正是从VCKBASE 开始学习VC++ 的,没有他我进步不会如此迅速,一直想给VCKBASE贡献点什么,正好今天有空,就把早些时候写的一个串口转TCP/IP的程序发上来,希望对初学者学习串口编程有点帮助。
程序的最大缺陷:
Windows把硬件 ...
www.eeworm.com/read/352113/10579689
java readoscilloscopepackage.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package SensorData;
import java.io.*;
import java.util.*;
import javax.comm.*;
/**
* There are
www.eeworm.com/read/352113/10579708
java client.java
package Application;
import java.io.*;
import java.net.*;
import java.util.*;
import javax.comm.*;
public class Client implements Runnable, SerialPortEventListener {
static CommPortIde
www.eeworm.com/read/352113/10579713
java simulation.java
package Application;
import java.io.*;
import java.util.*;
public class Simulation
{
Client client = new Client();
Ircontrol ircontrol = new Ircontrol();
Delay delay = new Delay();
pu
www.eeworm.com/read/352113/10579729
java applicationcontrol.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Application;
import java.io.*;
import java.net.*;
import java.util.*;
import javax.comm.*;
www.eeworm.com/read/159989/10582301
pro serierport.pro
######################################################################
# Automatically generated by qmake (1.07a) ??? ?? 11 20:22:48 2006
############################################################