-
除了支持一般的小数运算,还支持常见的函数运算。 几个包中的MathFP是针对不同需要而提供的不同版本,开发J2ME只要使用net.jscience.math.M...
除了支持一般的小数运算,还支持常见的函数运算。 几个包中的MathFP是针对不同需要而提供的不同版本,开发J2ME只要使用net.jscience.math.MathFP就可以。-addition to general support for the fractional arithmetic, but also the common computing functions. Several packets of MathFP is different needs of the different versions, as long as the use of J2ME development net.jscience.math.MathFP can.
- 2022-01-30 18:02:52下载
- 积分:1
-
在 C# 中串口
嗨伙计们,这是我第一篇文章,下面是在 C# 中使用串口的基本项目的描述。我创建一个程序,使用写入和读取。与 Texbox 你写任何你想要和点击"发送",此消息是通过串行通讯 (RS232、 RS485、 RS422,TTL) 发送。每一次,timer1 的事件处于活动状态,将调用 portSerial,并将文本框 (form1 中) 中显示的消息。
- 2022-10-30 12:05:03下载
- 积分:1
-
c# plc modibus 通信
c# 串口 以太网通信 modibus 连接 plc
从文本框输入负数 -2 补码=反+1=进位+原数
Vb 清除输入缓冲区 输出缓冲区 c#用不用清除??哪个函数??
//發送二進制數據 ??????????????
private void SendBytesData(SerialPort serialPort)
{ ////从 文本框取得数据 如果负数 -2 怎么办????
byte[] bytesSend = Encoding.Default.GetBytes(txtSend.Text);
spcom.Write(bytesSend, 0, bytesSend.Length);
}
通过MODBUS TCP读写PLC源码
功能模块一:读写PLC主模块
using System;
using System.Net;
using System.Net.Sockets;
public static void WriteWord(int mwAddress,int mwValue)
{写字到以太网
if (init_plc() == 0)
{
try
{
hi = mwAddress / 256;
low = mwAddress - hi * 256;
hi1 = mwValue / 256; ///////////16bit
low1 = mwValue - hi * 256;
sendBuf[7] = 6;
sendBuf[8] = (byte)hi;
sendBuf[9] = (byte)low;
sendBuf[10]
- 2022-07-10 15:42:30下载
- 积分:1
-
FIDO网超大文件传输的C语言源程序,仅仅只是为了学习和交流
FIDO网超大文件传输的C语言源程序,仅仅只是为了学习和交流 -FIDO super network file transfer the C language source files, merely to learn and exchange
- 2022-05-17 13:05:18下载
- 积分:1
-
基于原3proxy的源码进行改进,支持数据库权限控制
基于原3proxy的源码进行改进,支持数据库权限控制-3proxy based on the original source of improvement, support database access control
- 2022-03-22 14:33:37下载
- 积分:1
-
内部包含了各种滤波器的设计,并附上了必要的程序说明。
内部包含了各种滤波器的设计,并附上了必要的程序说明。-Internal contain a variety of filter design, together with the necessary explanation of the procedures.
- 2022-03-12 09:36:39下载
- 积分:1
-
Industrial network : Modbus, Ethernet
Industrial network : Modbus, Ethernet
- 2023-08-02 16:45:04下载
- 积分:1
-
SIM300 Software 英文手册 pdf,,希望对您有用
SIM300 Software 英文手册 pdf,,希望对您有用-SIM300 Software English Manual pdf,, hope you find this useful
- 2023-05-25 15:45:03下载
- 积分:1
-
在VC++中写了一个基于对话框的应用程序,通过调用外部封装好的DLL来实现串口通讯,比较简单...
在VC++中写了一个基于对话框的应用程序,通过调用外部封装好的DLL来实现串口通讯,比较简单-In the VC++ written in a dialog-based application package by calling an external DLL to achieve a good serial communications, a relatively simple
- 2023-05-11 12:15:03下载
- 积分:1
-
the purpose is to make the data 0123H, 0456H, 0789H, 0abcH. 0defh, 0fedh, 0cbah,...
程序的目的是想让数据0123H,0456H,0789H,0abcH,0defh,0fedh,0cbah,0987H逆序存放
我的运行环境:wxp sp2+masm611,
-the purpose is to make the data 0123H, 0456H, 0789H, 0abcH. 0defh, 0fedh, 0cbah, 0987H Roget I kept the environment : wxp sp2 masm611.
- 2022-07-02 07:23:17下载
- 积分:1