Search found 5 matches

by user123
12 Apr 2024, 11:55
Forum: Hardware
Topic: RevPi Connect SE Sensor Connection
Replies: 4
Views: 2588

Re: RevPi Connect SE Sensor Connection

Sorry for the late reply, i changed nothing, i dont know whats going on with this device, i also followed the instruction you have sent me but there is no change.
by user123
18 Mar 2024, 11:48
Forum: Software
Topic: No output, Python serial port communication using RevPi Connect SE
Replies: 1
Views: 2343

No output, Python serial port communication using RevPi Connect SE

Hey i'am using for first time Python on a RevPi and i got some problem. The RevPi (simular to Raspberry Pi) is connected via the RS485 serial port to a measurement sensor. Code: import serial def init_serial(): ser = serial.Serial() ser.baudrate = 9600 ser.port = '/dev/ttyUSB0' ser.stopbits = serial...
by user123
14 Mar 2024, 08:22
Forum: Software
Topic: installing Update via USB
Replies: 2
Views: 1629

installing Update via USB

Dear Community,

Is it possible to update the firmware via a USB stick?
And where can I find the current version for my RevPi Connect SE?

Thank you in advance! 😊
by user123
08 Mar 2024, 10:03
Forum: Hardware
Topic: RevPi Connect SE Sensor Connection
Replies: 4
Views: 2588

Re: RevPi Connect SE Sensor Connection

I’m working with a magnetic measurement sensor that slides along a metal band and displays its readings on an internal display. The communication setup i've configured is for Modbus RTU Slave Slave like this: https://kunbus-gmbh.atlassian.net/servicedesk/customer/portal/1/article/416055479 . Here ar...
by user123
08 Mar 2024, 08:36
Forum: Hardware
Topic: RevPi Connect SE Sensor Connection
Replies: 4
Views: 2588

RevPi Connect SE Sensor Connection

Hey RevPi Community, I am currently using a RevPi Connect SE, which is connected via the RS485 serial port to a measurement sensor. I have verified the wire connection, and it appears to be correct. However, I am facing an issue where I am not receiving any sensor data. I followed the instructions f...