Search found 5 matches
- 12 Apr 2024, 11:55
- Forum: Hardware
- Topic: RevPi Connect SE Sensor Connection
- Replies: 6
- Views: 22500
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.
- 18 Mar 2024, 11:48
- Forum: Software
- Topic: No output, Python serial port communication using RevPi Connect SE
- Replies: 0
- Views: 12682
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 ...
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 ...
- 14 Mar 2024, 08:22
- Forum: Software
- Topic: installing Update via USB
- Replies: 2
- Views: 7982
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!
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!
- 08 Mar 2024, 10:03
- Forum: Hardware
- Topic: RevPi Connect SE Sensor Connection
- Replies: 6
- Views: 22500
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://revolutionpi.com/en/tutorial/modbus . Here are the details:
baud rate: 9600, Modbus ...
baud rate: 9600, Modbus ...
- 08 Mar 2024, 08:36
- Forum: Hardware
- Topic: RevPi Connect SE Sensor Connection
- Replies: 6
- Views: 22500
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 ...
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 ...