Hello there, Currently I'm working on a personal project. This project contains a Raspberry Pi and a RN2483. The RN2483 has a ASCII command interface over UART. So in order to use the RN2483 chip connected to my Pi, I'll have to use UART... Can I use Pi4J and its Serial example to start off implemen...