Hi! Can anybody provide some help for providing the rs232 communication on smart210 board. I have installed Android 4.0.3 and I need to develop an app that uses the rs232 port to comunicate with an RFID antenna. I will be very grateful if anyone can provide me some instructions or examples. Regards
rs232 connection in smart210 board
hello i have a Tiny210V2 Smart210 board " please send for me example code android for connect to rs232 i ' need many board if help me.... thank's
For Access Tiny210 Android development board serial port through Android Application, need " HardwareControler.java" hardware lib. Android Application Sample code --- 1. you need first open device fd = obj.openSerialPort(devName,baud,dataBits,stopBits); 2. after that you write data on serial port ret = obj.write(fd,data); 3. read data from serial port int ret1 = obj.read(fd,buf,len);
For Access Tiny210 Android development board serial port through Android Application, need " HardwareControler.java" hardware lib. Android Application Sample code --- Find attachment