Serial DataSource, how to terminate command with <CR>?
-
Hi,
I just installed v3.7.7 and I am trying to get a serial data source set up. My problem seems to be that Mango does not send a <CR> to terminate the command. From searching the forum I found that Mango seems to translate \n as a terminator <CR>. So I have set the terminator in the DataSource as \n but Mango just appends the characters '\' 'n' to the command string.
How do I get it to terminate with <CR>?
Thanks
This is what gets sent by mango:
But I need to terminate the command with:
My set up:
-
use the legacy view and set your terminator to be \r
mangodomain/data_sources.shtm
Fox
-
Thanks, that solved it.
-
Anytime