<< mdaqOpen Utility functions mdaqSetIP >>

MicroDAQ toolbox >> MicroDAQ toolbox > Utility functions > mdaqPing

mdaqPing

Checks connection with MicroDAQ

Calling Sequence

result = mdaqPing();

Description

This function checks connection with MicroDAQ device. This function can be helpful to verify if Ethernet of Wi-Fi connection is working properly. Function uses IP address which was set during microdaq_setup call or with mdaqSetIP call.

Output arguments

Examples

// mdaqPing usage example
mdaqPing();

See Also


Report an issue
<< mdaqOpen Utility functions mdaqSetIP >>