i am trying to output a unsigned long to Arduino Leonardo via the serial to control an AD8950 module i just got today. i searched on internet but didn't find something that could work for me.
"i have found the code for the ad8950 to output the frequency"
please can someone help me point in the right direction.
i need to input from pc to arduino the frequency and it is a number with 6 digit and the string.toint() does not cover it. Please can someone help me out.
Hi Ray that is excatly what i needed. Will try it asap i got time today. Someone should get this examples and make a free doc about these stuff for newbies like me
Thanks for your help. It worked via the links from Ray. I didn't try the stroul or scanf but will try later as soon as i made the circuit stable and start to see how i can make it better given my limited abilities :P.