python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Read data from a DDSU666 using RS485
I have tried my luck with these codes to read the data from the DDSU666-H and it seems that I am able to read data, but I don't know what to do with it. In theory it is a list of data, but I am not ab...
ICIM
Votes: 0
Answers: 0
Read data from Elite 100 energy meter using RS 485 MODBUS with ARduino mega
I'm trying to read 4 Registers from a Energy Meter (Model no: ELITE 100, Make : SECURE), using Arduino Mega. I'm using RS 485 to TTL module for arduino to communicate with the Energy meter. After upl...
Rover_bot
Votes: 0
Answers: 0
Synchronous baud rate (RFC2217) encode/decode
I'm trying to implement RFC2217 in my code but I can't understand how the last parity bit (46H and 28H) is generated.
I'm using RS485 to Ethernet device.
What will be the code, if I'm using 2400,E,8,1...
Purevnorov Bt
Votes: 0
Answers: 1
consistency issue(missing data and sequence) while reading RS485 Data using Pyserial
First time ever I am doing python coding with Pyserial and RS485.
My function for reading serial data is here:
#RS485 read function
from threading import Thread
from time import sleep
def v_read_lef...
Maharshi Oza
Votes: 0
Answers: 0