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 implementing the UART communication to the RN2483? I'm kind of new to UART and serial communication on a Pi, that's why I ask
Thanks in advance!