Page 1 of 1

Getting the digital I/Os to work using SCPI Commands

Posted: Wed Mar 01, 2017 1:02 pm
by Redp
these are the SCPI commands i am using
DIG:PIN:DIR OUT,DIO0_N
DIG:PIN DIO0_N,1
i assume this would set the pin state to 1
DIG:PIN? DIO0_N
when i query it returns 0
I wonder if i missing something and if i have to write/read the FPGA registers how would start that?
please help thank you :D

Re: Getting the digital I/Os to work using SCPI Commands

Posted: Sun Mar 05, 2017 11:25 pm
by Nils Roos
When I use these commands on a recent RP OS release, they work as expected. You are not missing something. What RP OS version are you running?

Re: Getting the digital I/Os to work using SCPI Commands

Posted: Mon Mar 06, 2017 12:14 am
by Redp
hi thanks for the reply i am using 0.96.86

Re: Getting the digital I/Os to work using SCPI Commands

Posted: Tue Mar 07, 2017 3:36 pm
by Park34
After updating it worked, thank you for the help. Just wont work with my circuit now haha, but that is a different issue.