Simple I/O Sample [SimpleIO]


 

 

How to use

 

  1. Enter the device name registered by Device Manager into Device Name. Click the DioInit button.

  2. For the device which supports I/O direction setting, input a value and click the DioSetIoDirection button.

  3. Execute DioInpByte (input from one port) or DioInpBit (input from one bit) to perform the input test.

  4. Execute DioOutByte (output to one port) or DioOutBit (output to one bit) to perform the output test.

  5. Execute DioEchoBackByte or DioEchoBackBit to retrieve the current output value.

  6. Click the DioExit button to stop using the device.

  7. Click the Exit button to exit the program