Arduino and NI usb DAQ
alright, may dumb question here goes:
i have quadrature encoder read angle. have part working. need write number out pin, read usb national instruments usb daq. trying analogwrite pin, , wanted verify sending right information wanted analog read , value serial.print. basically, how output number 1 pin , read in on another?
i have quadrature encoder read angle. have part working. need write number out pin, read usb national instruments usb daq. trying analogwrite pin, , wanted verify sending right information wanted analog read , value serial.print. basically, how output number 1 pin , read in on another?
quote
i need write number out pin
how doing this? how device expect number "written pin"?
quote
which read usb national instruments usb daq
no idea usb daq is, seems unlikely national instruments makes one.
quote
i trying analogwrite pin
is device expects? hardly seems likely.
quote
and wanted verify sending right information wanted analog read
analogwrite() , analogread() operate on pins on opposite sides of board. have appropriate pins connected?
quote
and value serial.print
well, part, @ least, trivial.
quote
basically, how output number 1 pin , read in on another?
first, let's make sure makes sense. post link device trying talk to, , explain number trying output. byte, int, float, unsigned long? uint64_t?
Arduino Forum > Using Arduino > Programming Questions > Arduino and NI usb DAQ
arduino
Comments
Post a Comment