Hello. Help with the Serial Library for APDE Processing. On the smartphone, I can not find anywhere and connect the zip file. Therefore, an error in the line -import processing.Serial. *;
When binding to the Arduino and Smartphone serial interface (APDE Processing), there is no SERIAL library for the processing smartphone. In Processing for a computer, it is. (built-in), do not even connect, but for Android I can not find anywhere for a long time. Maybe someone knows, or how to get around it with other libraries, then what?
Because of the lack of this library, all communication examples written by Processing for a computer do not work in Processing for a smartphone.
Maybe someone knows, or tell me where to read?
Thank you.
thanks, I will study.
(but i don’t have bluetooth, only OTG USB)
And what, just the serial.zip library does not exist in nature, in order to transfer the code without editing and correcting?
arduino is for example.
to make it clear.
there is no question about connecting additional peripherals, this is impossible. question about simple old communication serial UART RX TX 2400, 4800, 9600, 19200, 33600,56000 … for processing-android APDE for smartphones and tablets.
I’m trying to modernize a little old working systems that have been working for a long time There is no way to add a body kit and make changes to the software of the microcontrollers.
everything has been around for a long time and works great with old computers.
TINY2313 UART<->RS232 PC (9 or 25pin connector)
I need to dump old computers and replace them with tablets or smartphones. this requires the serial library android-processing APDE
Help mе with standart serial library for processing-android APDE. I searched the entire internet.
I looked at the forum, I see that you and others help people a lot, give many examples on the serial port too, but I did not find any for a smartphone, all examples are ONLY for a computer.
I found these libraries too, but having problems. I gave a screen with an error in a duplicate (sorry) topic.
Have you actually started serial data transfer using these libraries in practice?
If yes, then there are only 10-20 lines of code, could you put them here for an example. I’m a weak programmer, it’s hard for me to deal with a broken library and errors.