355 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
201
views
Embedded Linux Uart to be used as RS485
I have been working on multiple projects of Embedded Linux from last 5 years but there is a small problem when I use UART.
I am using STM32MP13F with MYIR board. The UART is connected to half duplex ...
2
votes
1
answer
134
views
Serial Port Connection Fails on Subsequent Attempts (Jetson Orin Nano - RS485)
I am experiencing an issue with a serial port connection on my Seeed Studio reComputer J30 (Jetson Orin Nano Industrial). When I reboot the device, the serial port connection works fine on the first ...
0
votes
0
answers
79
views
Can't connect properly to SHT20 RS485 sensor using QModBus or pySerial
I've been trying to connect to the RS485 sensor through various methods for a while now, but it doesn't seem to respond to any of the commands I send.
I've used this Python script and several serial ...
1
vote
1
answer
105
views
Why does the Unaddressed Slave in Libmodbus library needs "Waiting for Confirmation" for Modbus RTU
Good day, everyone.
I'm trying to understand the behavior of Libmodbus library in C.
Here is the behavior of the Modbus RTU for the Addressed Slave and Unaddressed Slave.
When there's a request for ...
0
votes
2
answers
252
views
Unable to read the full response coming over rs-485 from a Modbus device
I have been trying to communicate with a I-7000 IO module device that supports Modbus. In general I am able to successfully send commands such as writing to a coil or reading a coil but I face one ...
0
votes
0
answers
219
views
Difficulty receiving response on RS485 UART with STM32
I am sending RS485 signals from a master (STM32 Nucleo board with a Waveshare - CAN RS485 shield) to a slave (custom PCB). The PCB then responds. I am switching the DE pin in the meantime and I can ...
0
votes
0
answers
8
views
IHSV integrated servo controllers — positioning question
I was wondering if the iHSV - RC integrated servo controller would correctly handle multi-turn positions and commands? (Asuming the model has 1000ppr incremental encoders)
Anyone with hands-on ...
0
votes
0
answers
175
views
Raspberry Pi 5 with SHT20 sensor(XY MD02) Wring & Issues in Reading Data using Minimalmodbus
I am trying to read sensor data from "Modbus SHT20 Sensor XY-MD02" using "minimalmodbus" library but i am unable to get the readings. I would be grateful if you can help me where ...
0
votes
0
answers
63
views
RS485 on Pocket Beagle
I am using pocket beagle with debian 10.3th vserion. I just want to know is there is any dtbo file there to start rs485 in pocket beagle?
Like; BBB have "BB-UART4-RS485-00A0.dtbo", dtbo for pocket ...
0
votes
0
answers
362
views
Working with MODBUS RTU to read holding registers from a WAGO Power Measurement Module
I am attempting to create a GUI to communicate with a WAGO 3-Phase Power Measurement Module (Item No. 2857-570/024-005) to read measured values and change measurement parameters (referred to as WAGO ...
0
votes
0
answers
60
views
How do I read a register of a pyrometer over NModbus in C#?
I am new to MODBus, but have worked with Profibus/PLC before. I am trying to use C# NModbus package to communicate with two pyrometers using RS485. The system is set up as so:
|Computer| -> |RS485 ...
1
vote
1
answer
45
views
Separating out frames from Serial Communication Data using STL
There is a keyboard which is connected to PLC controller. The keyboard is sending frames to the controller.
Below is the frame send by Keyboard.
$ 200103001<000000008000000000000000000009$ 3$ ...
-1
votes
1
answer
178
views
How can i send float value to holding register using QModbusDataUnit::HoldingRegisters? (QT modbus RTU)
Just got an 485 device, need to send data to run some function.
The device's manual says its starting address is 16/17, and the data type is float type.
I've tried to read the registers data using ...
0
votes
0
answers
151
views
Data Mismatch When Reading MFM384 (Selec) Registers Using RS485 to USB Converter and Pymodbus (Python)
I am attempting to read input registers from MFM384 (Selec) devices using an RS485 to USB converter with Python (pymodbus).
When I read the "Running Hour" and "Total Net kWh" from ...
0
votes
1
answer
102
views
Remote FW update - STM32
I need to design the board that uses STM32L496RG, is able to do some operations, but if needed it has to be able to have FW updated "remotely". The idea is that the board with the MCU is ...