問題タブ [modbus-tcp]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
92 参照

java - Receive Heart, smiles from Modsim via TCP/IP

I'm trying to communicate Modrssim (Modbus Simulator) with a java class. I'm sending a query to modsim and it responds to that. But when I try to read the response I can't get the proper character.

Here is my code:

As a response I'm getting 00 00 00 00 00 03 01 02 00 in modsim. An image of the response in MOdsim is here:

enter image description here

But while reading it, it shows a heart and two smilies. Data received:

enter image description here

0 投票する
0 に答える
51 参照

rules - Snort ルール: 後で確認するために番号を保存

クエリの特定のフィールド (トランザクション ID、Modbus プロトコル) が応答で同じになるかどうかを確認する Snort ルールを実装しようとしています。そうでない場合はアラームです。問題は、実装が可能かどうか、可能であればどのように?