kazunoko version¶
Display the kazunoko library version and the connected device firmware version.
Basic Usage¶
kazunoko version
CLI Options¶
| Option | Short | Default | Description |
|---|---|---|---|
--port |
-p |
auto |
Serial port, or auto for auto-detection |
--timeout |
-t |
0.1 |
Serial communication timeout in seconds |
--verbose |
-v |
off | Show verbose status messages |
Usage Examples¶
Show library and firmware versions¶
kazunoko version
Specify serial port¶
kazunoko version --port /dev/ttyUSB0
Show verbose output¶
kazunoko version --verbose
Related Commands¶
kazunoko status— full diagnostic information including library, Python, platform, and device details