jopohl / urh

Universal Radio Hacker: Investigate Wireless Protocols Like A Boss
GNU General Public License v3.0
10.99k stars 874 forks source link

COM Port support? #986

Closed HolyOne closed 12 months ago

HolyOne commented 2 years ago

Hello, does this urh support reading from COM port? It would be useful to work with logic analysers which send data over com port

andynoack commented 2 years ago

Not directly, but URH can read from a network stream. If you implement a simple daemon or maybe even pipe the stuff from the COM port to netcat (which forwards it to URH then). Moreover, the simulator is able to call external programs, which can also be a way to solve your problem!

andynoack commented 12 months ago

Closed due to inactivity