Location:
Search - SerialDemo
Search list
Description: 用串口连接GSM手机发送和接收短消息
Platform: |
Size: 2738 |
Author: achesser |
Hits:
Description: 利用java实现串口通信,两个用户可以通过一条线实现数据的发送
Platform: |
Size: 70828 |
Author: 马立 |
Hits:
Description: 用串口连接GSM手机发送和接收短消息
Platform: |
Size: 2048 |
Author: achesser |
Hits:
Description: 本源码给出了在jbuilder下实现串口通信,并且如何使用-The source code is given in the next jbuilder realize serial communication, and how to use the
Platform: |
Size: 176128 |
Author: peak |
Hits:
Description: 利用java实现串口通信,两个用户可以通过一条线实现数据的发送-Using java to achieve serial communication, two users can achieve through a line of data sent
Platform: |
Size: 70656 |
Author: 马立 |
Hits:
Description: java串口程序,可以直接文件配置,界面支持-java serial procedures, can directly file configuration, interface support
Platform: |
Size: 36864 |
Author: zya |
Hits:
Description: 基于SUN的javacomm20-win32 API中的例子SerialDemo改进,实现回车发送,可接收中文。
类库使用更适用现在系统的rxtx-2.1-7。-Based on SUN' s javacomm20-win32 API to improve the SerialDemo example, to achieve Enter to send, can receive the Chinese. Library System is now more suitable for the use of the rxtx-2.1-7.
Platform: |
Size: 9216 |
Author: RIEN |
Hits:
Description: Bulk SMS app with database
Platform: |
Size: 267264 |
Author: ruben |
Hits:
Description: IN hyperterminal u only see the character for any hex value this java code is for taking hex value coming from COM port
Platform: |
Size: 37888 |
Author: ratan |
Hits:
Description: 串口通信的一般应用,主要是让初学labwindows\cvi的人对其软件有一个大致的了解-Serial communication applications in general is designed to allow novice labwindows \ cvi their software people to have a general understanding of
Platform: |
Size: 161792 |
Author: 邱扩伟 |
Hits:
Description: Serial Communication-package aa
import javax.comm.*
import java.util.Properties
import java.util.Enumeration
import org.omg.Dynamic.*
import java.awt.Choice
public class serialcomm
{
void listPortChoices() {
SerialParameters parameters=new SerialParameters()
Choice portChoice=new Choice()
CommPortIdentifier portId
Enumeration en = CommPortIdentifier.getPortIdentifiers()
while (en.hasMoreElements()) {
portId = (CommPortIdentifier) en.nextElement()
if (portId.getPortType() == CommPortIdentifier.PORT_SERIAL) {
System.out.println(portId.getName())
}
}
portChoice.select(parameters.getPortName())
}
public static void main(String args[]) {
serialcomm scomm=new serialcomm()
scomm.listPortChoices()
}
}
class SerialParameters {
private String portName
private int baudRate
private int flowControlIn
pri
Platform: |
Size: 10240 |
Author: lts |
Hits:
Description: 是无线医疗软终端的代码,采用Udp通信,也展示了如何用232串口编程、Usb编程等与无线医疗传感器硬件通信的技术。-Medical software for wireless terminal code, using Udp communication, but also shows how to use the 232 program, Usb programming and wireless medical sensor hardware communications technology.
Platform: |
Size: 217088 |
Author: dennis |
Hits:
Description: java code: demo to serial port
Platform: |
Size: 31744 |
Author: mouatar |
Hits:
Description: windows下的java串口编程示例,使用win32com.dll动态库-A java serial programming examples for windows, use dynamic libraries win32com.dll
Platform: |
Size: 27648 |
Author: liuweiyun |
Hits:
Description: android 实现串口通讯源代码,源于google给出的SerialPort,部分修改-android serial port--code
Platform: |
Size: 123904 |
Author: kun |
Hits:
Description: 基于visual C++环境开发的序列化程序,实现类的序列化和反序列化-To achieve the serialization and deserialization of the class based on visual C++ environment developed serializer
Platform: |
Size: 25600 |
Author: John |
Hits:
Description: 用java实现串口通信 功能等同于串口助手。-Java achieve the serial communication function is equivalent to the serial port assistant.
Platform: |
Size: 51200 |
Author: heikefei |
Hits:
Description: c#
串口,可以用于开发自己的串口调试工具-C# serial,you can use this to develop your serial tool
Platform: |
Size: 21504 |
Author: shangtao |
Hits:
Description: 源文件是一个android系统中移植使用串口的小demo-The source file is an android system transplantation using the serial port of the small demo
Platform: |
Size: 82944 |
Author: 唐成 |
Hits:
Description: 一个很实用的串口调试类,有demo CSerialIO实现一个对串口读写的类,有一个线程负责处理对串口数据的读写,只需要简单调用CSerialIO提供的API就可以侦听串口的数据。-A very practical serial debugging classes, there are demo CSerialIO implement a class to read and write to the serial port, there is a thread to handle read and write data to the serial port, simply call the API provided CSerialIO can listen for serial data.
Platform: |
Size: 33792 |
Author: 宁良伟 |
Hits: