Hi Dojo,
When developing a serial connector, I get the response as below
Inside the Cube I am only able to copy line by line (by right click), what I want to do is to copy the entire strings and I intend to parse the lines one by one after '='
Please advise
Hi,
Can I ask if the value shown in you picture is shown on your element linked with the connector you developed or visible in the streamviewer?
In the connector it is recommended to split your response in multiple parameters. Which include at least a header, trailer and data bits. I think this could help you if you know how this is splitted in the serial data retrieved in your response. You can then build your response with parameters shown in the following link: CreatingCommandsAndResponses. Look at the section of the responses and it shows clearly how to split your response in parts ( each part will be a parameter ).
I hope this helps.
Hi Thomas,
Thanks for the link given.
After reading it and doing trial and error, now I am able to split the response.
Thanks for your help