This commit is contained in:
legop3
2025-12-17 01:33:31 -05:00
parent 7b29d741b0
commit fb7ecec17e
5 changed files with 93 additions and 6 deletions
+4
View File
@@ -92,6 +92,10 @@ func (s *SerialAdapter) SendRaw(raw []byte) error {
return s.write(raw)
}
func (s *SerialAdapter) StartOI() error {
return s.write([]byte{128})
}
func (s *SerialAdapter) SeekDock() error {
return s.write([]byte{143})
}