Open
Description
Thanks for your contribution of so great project.
I want to implement a function below. The computer communicate to a arduino board with firmate4j. And the arduino board need to communicate to another chip with serial (rx-tx) . Generally, the communication among several boards could be implemented by SoftwareSerial Library (https://www.arduino.cc/en/Reference/softwareSerial).
Is there a implementation of "Software Serial" to control the main board communicate with another chip using firmate4j?