Add CUTOS capability and core API examples

This commit is contained in:
yankun
2026-07-26 14:40:42 +08:00
commit 7cc505a5e2
61 changed files with 5136 additions and 0 deletions
@@ -0,0 +1,14 @@
# CUTOS Receipt Printer Demo
End-to-end LWA for `@cutos/device-receipt-printer` and the MS-MA90 Provider.
The Demo covers USB/serial connection, device information, styled text, QR code, paper feed, cutting, status, and Device events. Text and QR printing explicitly call `feed({ dots: 240 })` after printing so the result advances to the paper outlet. The standalone Feed action also defaults to 240 dots. Development uses CUTOS Mock through `.env.development`; deployed builds use CUTOS Runtime and the declared Provider dependency.
The card grid is responsive: portrait displays use two columns, landscape displays use four columns, and narrow displays use one column.
```sh
npm install
npx cutos lwa build
npx cutos lwa upload
npx cutos lwa publish --device <device-id>
```