0.1.2 • Published 10 months ago

@u1f992/pantychef v0.1.2

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
10 months ago

Pantychef

Snoop on bi-directional communication between the target serial port and the target application, used in conjunction with a null modem.

> npm install --global @u1f992/pantychef
> pantychef --target-path=COM3 --target-baud-rate=115200 --passthru-path=COM6 --input-type=binary --output-type=text
flowchart LR
    A["Target Serial Port"] --> B["Pantychef"]
    B --"Null Modem<br>(com0com/socat)"--> C["Target Application"]
    C --> B
    B --> A
0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago