搜索资源列表
-
1下载:
用于串口通讯测试的工具软件。完全使用java语言编写。-A software completely written in java, which is used to do test for serilizable port communication.
-
-
0下载:
MSComm控件资料,Visual Basic 6.0(以下简称VB) 是一种功能强大、简单易学的程序设计语言。它不但保留了原先Basic语言的全部功能,而且还增加了面向对象程序设计功能。它不仅可以方便快捷地编制适用于数据处理、多媒体等方面的程序,而且利用ActiveX控件MSComm还能十分方便地开发出使用计算机串口的计算机通信程序。本文结合计算机通信的两个例子,详细介绍如何在VB中使用MSComm控件。
处理方式
-MSComm information, Visual Basic 6
-
-
0下载:
端口基础常识大全 端口可分为3大类: 1) 公认端口(Well Known Ports):从0到1023,它们紧密绑定于一些服务。通常这些端口的通讯明确表明了某种服务的协议。例如:80端口实际上总是HTTP通讯。 2) 注册端口(Registered Ports):从1024到49151。它们松散地绑定于一些服务。也就是说有许多服务绑定于这些端口,这些端口同样用于许多其它目的。例如:许多系统处理动态端口从1024左右开始。 3) 动态和/或私有端口(Dynamic and/or Private
-
-
1下载:
用Java在Windows下实现串口全双工通讯的例子,Eclipse编译通过。注:读串口超时的话,编译器会提示出错。,Using Java in Windows to achieve full-duplex serial communication example, Eclipse compiler through. Note: Reading serial port timeout, then the compiler will be prompted to make mistakes.
-
-
0下载:
java serial port communication
-
-
0下载:
jWebSocket Server - 基于Java的WebSocket服务器,用于server-to-client(S2C)客户端到服务器的流媒体解决方案,和服务器控制(C2C) client-to-client客户端到客户端的通信。-Archive (.zip) with all required .jar files and libraries to run the jWebSocket Server including an example configuration file (~26
-
-
0下载:
java串口通信的例子,简单的从一个端口读取-java serial communication example, a simple read from a port
-
-
0下载:
java for RS232,use java communication api-java for RS232, use java communication api
-
-
0下载:
this java code is used for serial port communication
-
-
0下载:
用Java Socket完成如下功能:建立客户端和服务器端通讯,服务器端地址为本地端口自拟。两端以TCP形式通讯,假设客户端Class叫Client,服务器端Class叫Server。当运行 java Client Hello时,服务器端能接受客户发来的Hello字符并打印”Receive Hello”然后返回给客户端“How r u doing”字符串 客户端收到后打印”Received How are you doing”. 此时服务器端服务始终运行并未停止并等待其他Socket连接(客户端
-
-
0下载:
一个嵌入式系统通常需要通过串口与其主控系统进行全双工通讯,譬如一个流水线
控制系统需要不断的接受从主控系统发送来的查询和控制信息,并将执行结果或查
询结果发送回主控系统。本文介绍了一个简单的通过串口实现全双工通讯的Java类
库,该类库大大的简化了对串口进行操作的过程。
-An embedded system is usually dominated by its serial port full-duplex communication system, such as a pi
-
-
0下载:
java封装的一个短信猫操作类,功能:1.开启、关闭通讯端口;2.读取、删除短信猫内的短信 包括已读、未读等状态的短信;3.读取、删除单条短信;4.读取短信猫、SIM卡存储状况。 说明:CommonSms类是短信实体类,其中用到项目中其他一些类,和短信功能无关,压缩包中未给出,可以自行删除,加以调试。 -java package, a text message cat action class, function: 1. open, close communication port 2. to
-
-
0下载:
一个嵌入式系统通常需要通过串口与其主控系统进行全双工通讯,譬如一个流水线
控制系统需要不断的接受从主控系统发送来的查询和控制信息,并将执行结果或查
询结果发送回主控系统。本文介绍了一个简单的通过串口实现全双工通讯的Java类
库,该类库大大的简化了对串口进行操作的过程。-Embedded systems often need a serial port full-duplex communication with host systems, such as a pipeline co
-
-
0下载:
服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Soc
-
-
0下载:
运用Java Communications API实现JAVA的串口通信功能,打开串口后开始从串口接收数据,显示在文本框-JAVA using Java Communications API to achieve the serial communication function, open the serial port after receiving data from the serial port, appears in the text box
-
-
0下载:
串行通信类 能够实现端口的打开关闭以及参数设置-Serial communication port of the open class to achieve closure and parameter settings
-
-
0下载:
单片机双机行串口通信的实现,自发自收检测是否正常-SCM Dual-line serial port communication, spontaneous from the income test for normal
-
-
0下载:
基于json的服务端,model是业务逻辑模型,entity里面是实体类,service是服务器服务,业务逻辑模型是单例模式的,使用getInstant()静态方法获取,通讯端口默认是8010-Json-based service side, model is the business logic model, entity which is the entity class, service is the server service, business logic model is a si
-
-
0下载:
android app开发,串口通信。数据接收-android app development, serial communication. Data reception
-
-
1下载:
Socket实现服务器端接收通信端口的消息,及向通信端口发送消息。(Socket implements the message received by the server on the communication port and sends the message to the communication port.)
-