Skip to content
/ wincom Public

lightweight command-line tool for serial communication on Windows

License

Notifications You must be signed in to change notification settings

Moggla/wincom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wincom

wincom is a lightweight command-line tool for serial communication on Windows.

Requirements

Install-Module ps2exe

winget-create (optional)

winget install wingetcreate

Run

git clone https://github.com/Moggla/wincom
cd wincom
.\wincom.ps1

Compile as Executable

ps2exe .\wincom.ps1 .\wincom.exe -version '0.0.1'

Manually Update Windows Package Manager Manifest

wingetcreate update Moggla.wincom --urls 'https://github.com/Moggla/wincom/releases/download/v0.0.1/wincom.exe|x64' 'https://github.com/Moggla/wincom/releases/download/v0.0.1/wincom.exe|x86' --version '0.0.1'

Test manifest:

winget validate --manifest .\manifests\m\Moggla\wincom\0.0.1\
winget install --manifest .\manifests\m\Moggla\wincom\0.0.1\

About

lightweight command-line tool for serial communication on Windows

Resources

License

Stars

Watchers

Forks

Packages

No packages published