Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CommandDefinition = &cobra.Command{ Use: os.Args[0], Short: "Serial port connector", Long: `A simple program to interact with serial ports that just works. Go to https://github.com/Jamesits/serial for detailed documentation and source code. `, PersistentPreRun: GlobalSetup, RunE: main, }
View Source
var LogLevel uint8
View Source
var UserConfigFilePath string
Functions ¶
func GlobalSetup ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.