An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![NPM Version](https://img.shields.io/npm/v/%40sie-js%2Fserial)](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 |