Talk:Instrument control package

Add topic
There are no discussions on this page.
Revision as of 20:48, 13 April 2021 by Melchiors (talk | contribs) (Created page with "I'm using arduino and instrument-control packages at the same code. I criate an object ms = arduino() that use port "COM5", because I want to send data with my arduino. I need...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I'm using arduino and instrument-control packages at the same code. I criate an object ms = arduino() that use port "COM5", because I want to send data with my arduino. I need to use the SPI communication protocol. How should I set the port? If I set with "com5" returns Access denied, and with ms (my variable) it doesn't work too. Did anyone has an exemplo of SPI communications with Arduino and octave? Thanks.

Return to "Instrument control package" page.