Is there any way to execute command on android shell from Unity3D application?
I need to send some HEX data into serial port, for example:
echo -e -n '\xB5\x62\x06\x08\x06\x00\xC8\x00\x01\x00\x01\x00\xDE\x6A\xB5\x62\x06\x08\x00\x00\x0E\x30' > /dev/ttyMT0
I know that it can be done via Android plugin to Unity3D but I don't have any experience in writing one, so I'm looking to find easier way to do such simply task.