packages feed

pms-infra-serial-0.0.1.0: README.md

# pms-infra-serial

pms-infra-serial is a Haskell module responsible for handling serial communication on top of [`pty-mcp-server`](https://github.com/phoityne/pty-mcp-server).
It provides an abstraction layer for input/output control over serial connections to network devices and embedded systems, serving as a foundation for AI-driven interactive automation.


---

## Package Structure
![Package Structure](https://raw.githubusercontent.com/phoityne/pms-infra-serial/main/docs/01_package_structure.png)
---

## Module Structure
![Module Structure](https://raw.githubusercontent.com/phoityne/pms-infra-serial/main/docs/02_module_structure.png)

---