Search found 2 matches
- 03 Jan 2025, 19:52
- Forum: My Project
- Topic: Sending String from Python Program to OPC UA Client
- Replies: 1
- Views: 809
Sending String from Python Program to OPC UA Client
Hi, Can some show an example how can i send a barcode string value from RevPI to OPC UA Client. I tried self.rpi.io.Input_1_OPC.replace_io("barcode_bytes", "B") # 'B' signifies byte type barcodestring = "A23456" # Example barcode # Convert the barcode string to bytes (a...
- 03 Jan 2025, 18:14
- Forum: My Project
- Topic: How to install evdev package & PySide6
- Replies: 1
- Views: 987
How to install evdev package & PySide6
Hi All, I'm new to the Revolution Pi (RevPi) ecosystem and am currently facing a couple of issues. I'm trying to read from a HID barcode scanner using the evdev library, but I've encountered the following problems: When I try to install evdev using pip3, I get the error: pip: command not found When ...