SerialMonitor running on Raspberry Pi

Опубликовано: 03 Июль 2026
на канале: Bjorn Zeemeijer
4,611
1

Short demonstration of a Java application running on a Raspberry Pi which reads from a serial port. If it reads a string which is defined as 'key' in the configuration file, it executes the command which is also defined in the configuration file. The following properties can be configured within the configuration file: serial port which needs to be used. baudrate, keys to listen for and the commands to execute. RXTX library is used for connectivity.