https://github.com/siemens-mobile-hacks/node-sie-serial
Various serial protocols which are used in the Siemens Mobile Phones.
https://github.com/siemens-mobile-hacks/node-sie-serial
at bfc cgsn serial siemens-mobile
Last synced: 2 months ago
JSON representation
Various serial protocols which are used in the Siemens Mobile Phones.
- Host: GitHub
- URL: https://github.com/siemens-mobile-hacks/node-sie-serial
- Owner: siemens-mobile-hacks
- License: mit
- Created: 2024-04-11T19:20:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-23T23:33:52.000Z (2 months ago)
- Last Synced: 2026-03-24T22:33:24.717Z (2 months ago)
- Topics: at, bfc, cgsn, serial, siemens-mobile
- Language: TypeScript
- Homepage:
- Size: 187 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/@sie-js/serial)
# Summary
Various serial protocols which are used in the Siemens Mobile Phones.
Install this package with npm:
```shell
npm i @sie-js/serial
```
# Examples
| Protocol | Example | Description |
|----------|----------------------------------------------------------------------------------------------------------|----------------------------------|
| BFC | [examples/bfc.ts](https://github.com/siemens-mobile-hacks/node-sie-serial/blob/main/examples/bfc.ts) | Siemens Debug protocol |
| CGSN | [examples/cgsn.ts](https://github.com/siemens-mobile-hacks/node-sie-serial/blob/main/examples/cgsn.ts) | ArmDebugger protocol |
| AT | [examples/atc.ts](https://github.com/siemens-mobile-hacks/node-sie-serial/blob/main/examples/atc.ts) | Modem AT commadns protocol |
| BSL | [examples/bsl.ts](https://github.com/siemens-mobile-hacks/node-sie-serial/blob/main/examples/bsl.ts) | Serial Bootstrap Loader protocol |
| DWD | [examples/dwd.ts](https://github.com/siemens-mobile-hacks/node-sie-serial/blob/main/examples/dwd.ts) | APOXI debug protocol (DWDIO) |
| CHAOS | [examples/chaos.ts](https://github.com/siemens-mobile-hacks/node-sie-serial/blob/main/examples/chaos.ts) | Chaos flasher protocol |