Hi guys! i hope u r fine! i need to comunicate the processors SAM3X8E and iMX6. I use SAM3X8E to get data and iMX6 to process the data, i found the next script on the forum and internet: stty -F /dev/ttymxc3 cs8 115200 ignbrk -brkint -icrnl -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke noflsh -ixon -crtscts My question is: How to use this script? i hope you understand my question
Hi @Arturo Lovera, to program the SAM3X through the i.MX6 take a look at this page in the guide: http://www.udoo.org/docs/Arduino_DU...rduino_Due_from_Internal_Processor(iMX6).html
And to read data from the SAM3X8E and process it on the iMX6 you can use the serial connection /dev/ttymxc3 between the 2 processors You better take a look at the Serial examples http://www.udoo.org/docs/Serial_Libraries/index.html how to process arduino data on the linux side with Python, C, PHP and Java