Skip to content

Instantly share code, notes, and snippets.

@nrclark
nrclark / serial_9258.py
Created November 15, 2017 23:24
Serial-port controller for the IP Power 9258
#!/usr/bin/env python3
""" Command-line utility for interfacing with an IP Power 9258 using the
serial debug interface. """
import time
import sys
import re
import argparse
import ast
import serial
@mono0926
mono0926 / commit_message_example.md
Last active May 23, 2024 00:48
[転載] gitにおけるコミットログ/メッセージ例文集100