@u1f992/pantychef
v0.1.2
Published
Snoop on bi-directional communication between the target serial port and the target application, used in conjunction with a null modem.
Downloads
11
Readme
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