RS232 Recast
Use rawPckt together with --rs232Out to extract raw KLV packets and send them over an RS232 interface.
Example
StExporterProc.exe -i "udp://227.1.1.1:30120" -f none -k rawPckt --rs232Out --rs232Port COM2 --licenseFile MyStExporter.lic --licenseKey 915AA6C5-00452539-333AB4F2-BC0A5358
In this example:
- the exporter listens to
udp://227.1.1.1:30120 - raw KLV packets are extracted from the stream
- output is forwarded over
COM2
If you omit --rs232Port, StExporter uses the first serial interface it finds.
You can still enable -v for video preview, or open ST Monitor to watch the decoded KLV data while the serial output is active.