package ezcoo import ( "regexp" ) const pollCmd = "EZG OUT0 VS" var reOutVS = regexp.MustCompile(`(?i)OUT(\d)\s+VS\s+IN(\d)`)