Read data from serial device

  • Platform information:
    • Hardware: RaspberryPi 3B+
    • OS: Raspberry Pi OS Bullseye
    • Java: openjdk 11.0.13 (2021-10-19 LTS)
    • openHAB version: 3.2.0

Hello everybody,
want to use openHAB to read and receive and manage data from a serial connection via USB adapter. It’s recognized at Port “/dev/ttyUSB0”, and I was also able to create a Serial Bridge as a thing.
Unfortunately, I’m a Windows-oriented programmer, so it’s not clear to me how to continue now. In a first stap, I just want to receive all data from this serial device and be able to look at them for further processing. In the documentation, I couldn’t find an example, which explains the steps to setup this initial communication with the serial device.
Furthermore, I want to know, if there is any good ability to see the data being received quite instantly. A functionality like a common console would allow an easy kind of data analysis and debugging without having to read out specific logfiles…
I’m pleased to give more information about my system and intentions.

Thanks for any kind of support by anybody in advance!
Christian alias FNW