Hello, I have seen this website : http://www.geduino.org/site/archives/284 It explains how to send data from an arduino to the udoo x86. However how can I configure the udoo x86 to send data to the arduino. Something with a script to do it autonomously.
Thanks for your answer, hovewer it uses another software I would like to be able to code and compile a file to communicate.
Ah you don't want to send data, you want to send a compiled sketch to the arduino. Is it the arduino 101 embedded on the X86 or an external Arduino? For an internal or an external Arduino connected with USB there are discussions about this, see for example this: https://www.udoo.org/forum/threads/communication.13142
It's to connect the x86 to an mbed through UART. And make the x86 send data to the mbed with the UART autonomously. Like if the mbed send a certain type of data the x86 will respond and send something.
Yes, then the link I gave you in my first reaction has lots of links to solutions that just do that. It has also links to pages dedicated to be self programmed applications with VB, python etc. Just scroll down to the bottom of the page.
Thanks for your help, yes I think I can use the code from here : https://www.udoo.org/docs-x86/Serial_Libraries/C_Serial_Libraries.html I am wondering what's the use of the master reset button on the udoo x86? When do I need to use it ?