NEW terminal is under the control of the Android Arduino boards

The terminal is under the control of the Android Arduino boards

This program is a terminal for communication between ANDROID tablet or phone and microcontroller via an adapter for RS232/485 USB <-> COM or directly (ARDUINO, etc.)
Key features:

  • The baud rate from 9600 to 115200
    -mapping the received data in ASCII format and HEX
    -output data to the device in ASCII and HEX format 01020AFF etc.
    -output data in ASCII c CR without
    Supported devices and adapters USB-COM on chips FT232RL (FTDI), CP2102 (Silicon Lab), PL2303 (PROLIFIC).
    Android tablet must have a USB-HOST, and version 3.1 or greater.
    ROOT not required.

Google Play Market
https://play.google.com/store/apps/details?id=ru.shipov.termusb

Hi,
I'm working in a similar project using arduino UNO, but a little difference here is that I try to make the whole project as cheap as I can to have more points.
after burning the program on the ATMEGA328 I use it without the UNO board as if it was stand alone microcontroller
can I connect the tablet with ATMEGA328 via USB to TTL converter found in the following link?
http://ram-e-shop.com/oscmax/catalog/product_info.php?products_id=2422
by connecting RX,TX ...etc.
thanks for your consideration

Hi! I tested chip's FT232RL(FTDI), CP2102(Silicon Lab), PL2303(PROLIFIC). All OK.