No serial library Processing for smartphone. Help

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.

Hello,

Some related posts:

There are many posts on this subject! Find what suits you.

Search through some of the posts from @noel and others here.

Just enough to get you started…

:)

1 Like

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?

your smart phone already has bluetooth

1 Like

:slight_smile:
On the second device, no.
OTG-USB-UART <-> UARTH-USB-OTG
There is no bluetooth and will not be.

what is it ? >>>>>>>>>>

1 Like

Atmel Tiny
And PIC microcontroller.

this is the usb connection ic
learn_arduino_atmega8u2

1 Like

but you can add Bluetooth for Arduino if you desire i can guide how to if you like

1 Like

this is how to connect Bluetooth to Arduino i can walk more with you if you want to use it

noel

Dec '20

Hi, @jafal See the first file here for an example. The setup wiring image you can find in the README.

2 Likes

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.




6a06ab1s-960

same as arduino you can add bluetooth

1 Like

just replace this with Bluetooth module then you can go throw with android Bluetooth

1 Like

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.

Hello,

I came across these:

You could also do this:
Android to PC or RPI (BlueTooth)
PC or RPI to Arduino (Serial)

A bit more complicated but you could make it work.

I also have a lot of old hardware and make use of my old RPIs sometimes.

:)

1 Like

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.

I generally prefer to test out libraries and code before sharing but I have not tested either of these.

An Android to PC\Arduino direct serial connection is on my to do list.

One day…

:)

1 Like

thank_you

you would probably have to make use of a java original library.

I cannot test for now as I do not have an arduino, perhaps others might be able to help

https://fazecast.github.io/jSerialComm/

1 Like