I need to gather data from an equipment sending-only status to a VT100/ANSI terminal using rs-232 comm's.
Data appearing on serial can be properly decoded and display in PuTTY, the raw content of communication is of this type:
7[H<abcdef>[K87[H<abdef>[K87[H<abcdef>[K <itm1> <col1> <col2> <col3> <col4> <col5> [K <itm2> <col1> <col2> <col3> <col4> <col5> [K 7[H<abcdef>[K8<abcdef>[K <itm3> <col1> <col2> <col3> <col4> <col5> [K <itm4> <col1> <col2> <col3> <col4> <col5> [K
[/font][/font][/font][/font][/font]
I need a component that decodes ANSI/ECMA messages in a data source type component, to retrieve data from the <col1..5> fields in the message.
I found other company decoding ANSI in straight way but only from telnet/tcpip, do you have appropriate components for the aim?
Cheers.