1
votes

in my project i need to connect a arduino to a ANDROID tablet.. i think it easy to connect through the com port using USB ports on both of the devises. and to communicate each other using serial communication...

i have connected my arduino to the lap top and send and retrieve data from it in c# platform. but i don't know either is it possible or how do do it in ANDROID platform...

is there are any tutorial or any examples for this problem witch is have faced?

[MonitoringDescriptionAttribute("SerialPortDesc")]
public class SerialPort : Component
2

2 Answers