Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.
This is my first time working with mm-basic so I'm still reading up on the documentation. I have a duinomite mega that I wish to use in a project where by a value is read from a table which alters the result of another value which needs to be matched up on the table. my question is can the duinomite or mm-basic read excel files or would I have to or be able to use another language to do the job?
jman Guru Joined: 12/06/2011 Location: New ZealandPosts: 711
Posted: 12:10pm 24 Jun 2013
Copy link to clipboard
Print this post
Hi
Why not make your files CSV format then MMBasic can read them
One more question. I plan on using the SPI function to output the data but the IC that I am using does not have a digital out and so I only require MOSI and not MISO. How would I go about writing the code so that I can just output data to the IC then recieve data from another IC?