I'm a freshly licenced B4A newbie having a crack at writing my first app - reading RFID chips with a customised Android tablet RFID reader.
I have no JAVA knowledge. I do have a fair whack of PHP experience. B4A looks the goods and I have followed the introductory tutorials with success.
The tablet manufacturer has provided some demo Java programs and a JAR file 'Serialport-module.jar' which calls Native C files using 'System.loadLibrary("serial_port");' to power up the reader.
Looking at the other JAVA demo files it appears I can use the standard B4A Serial library to Inputstream to /dev/ttyS4 once the reader is powered up.
My question is do I need someone with B4A and JAVA knowledge on the job forums to write a B4A wrapper so that I can load the Classes and Methods from that JAR file?
My B4A newbie guess is YES.
Or am I over complicating things?
I have no JAVA knowledge. I do have a fair whack of PHP experience. B4A looks the goods and I have followed the introductory tutorials with success.
The tablet manufacturer has provided some demo Java programs and a JAR file 'Serialport-module.jar' which calls Native C files using 'System.loadLibrary("serial_port");' to power up the reader.
Looking at the other JAVA demo files it appears I can use the standard B4A Serial library to Inputstream to /dev/ttyS4 once the reader is powered up.
My question is do I need someone with B4A and JAVA knowledge on the job forums to write a B4A wrapper so that I can load the Classes and Methods from that JAR file?
My B4A newbie guess is YES.
Or am I over complicating things?