Hallo, would it be possible to port pi4j library to B4J? http://pi4j.com/ Maciej
woniol Active Member Licensed User Longtime User Feb 3, 2014 #1 Hallo, would it be possible to port pi4j library to B4J? http://pi4j.com/ Maciej
Erel B4X founder Staff member Licensed User Longtime User Feb 4, 2014 #2 A beta version of this library will be available tomorrow.
S sigmoid New Member Licensed User Longtime User Feb 4, 2014 #4 It is awesome. Good news. Thanks Erel. I am going to buy raspbery pi.
Erel B4X founder Staff member Licensed User Longtime User Feb 5, 2014 #6 Now available: http://www.b4x.com/android/forum/posts/221213/
IanMc Well-Known Member Licensed User Longtime User Feb 8, 2014 #7 I like this bit concerning the serial port: http://www.irrational.net/2012/04/19/using-the-raspberry-pis-serial-port/ Would it be possible to add a new Basic command like: Serial On which would get B4j to steal the serial port for it's own use then Serial Off which would set it back again? Then perhaps Serial In & Serial Out to communicate with it?
I like this bit concerning the serial port: http://www.irrational.net/2012/04/19/using-the-raspberry-pis-serial-port/ Would it be possible to add a new Basic command like: Serial On which would get B4j to steal the serial port for it's own use then Serial Off which would set it back again? Then perhaps Serial In & Serial Out to communicate with it?
Erel B4X founder Staff member Licensed User Longtime User Feb 8, 2014 #8 You can access the serial ports with jSerial library.