Hello Qiba

This program is the equivalent to the very famous Hello World in programming, but applied to our API. This program gets the firmware version from Qiba's devices and prints it to the screen.

Python3

Python
Copy

To execute the program, just copy the code above to a file "helloqiba.py" and run it like shown below.

Bash
Copy

C

It is necessary to install the System.IO.Ports package to use this example:

[https://www.nuget.org/packages/System.IO.Ports/](https://www.nuget.org/packages/System.IO.Ports/)** **

C#
Copy
VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches
On This Page
Hello QibaPython3C