Serial Data Stream

Edmhydraulics

Member
Join Date
Apr 2014
Location
Beaumont
Posts
173
Hello, I am a bit of a serial newby, but what I have is a serial level sensor that sends a serial data stream to a slave module, the slave module displays the level of product in the tank. I have a level sensor set up on my bench, I can simulate a slave and display the level of product on my laptop using the tank sensor's software and a supplied converter.

The serial data stream can be seen on the right hand side of the attached screen shot, the tank volume on the left (4344).

My question is how does it get that volume from the data stream?

I am guessing that 0x72 is the start of the message and 0x01 is the end of the message as these repeat consistently. But how is 4344 derived from the other parts of the message.


Thoughts?

Serial Data Stream.jpg
 
4344 (decimal) = 10 F8 (hexadecimal).

The least-significant-byte is F8 (hex), and it is transmitted first, followed by the most-significant-byte 10 (hex).
 

Similar Topics

I have 9 field devices, three METSEPM5110 power meters and six ACE949-2 rs285 interface modules. I want to read this Modbus rtu data through rs485...
Replies
8
Views
315
I am using an Allen Bradley ControlLogix PLC (Logix5561) RSLOGIX5000 version 20.04. I would like to communicate with a Paroscientific Met4A...
Replies
19
Views
11,529
I have a computer running a Factory Talk ME Runtime application that i would like to import data from a wireless gauge that emulates a COM port on...
Replies
4
Views
1,735
Hello everyone, this is my first time asking for help here, so please bear with any problem my english or lack of experience can cause. i have a...
Replies
3
Views
2,689
Hi, In one of my application with RSView32, I am sending SMS using VBA command and dongle. When I am testing/debugging code, it runs fine every...
Replies
0
Views
1,937
Back
Top Bottom