io_guy Posted December 11, 2010 Posted December 11, 2010 Don't know if this was posted somewhere else, but has the data entering in the network module changed? I noticed that if I use TCP C-Escaped now, I no longer see the \r\n at the end of all my commands. I enter them and once I hit save they disappear. I do notice 2 empty lines after my command so it looks like the ISY converts then into actual line feeds and carriage returns, not keeping the \r\n text as previous. I'm talking about the "Body" side, not the "Actual" side.
apostolakisl Posted December 11, 2010 Posted December 11, 2010 I can't confirm the changed part since I only recently started using this part of ISY. I can confirm that the \r\n does dissapear when you hit update and it does seem like it is replacing it with a carriage return.
Michel Kohanim Posted December 12, 2010 Posted December 12, 2010 Hello io_guy, The actual might not show the \r\n since they both do line feed in Java. Do the programs still work? i.e. the most important question is whether or not the \r\n is sent on the wire. With kind regards, Michel
io_guy Posted December 12, 2010 Author Posted December 12, 2010 Yes programs still work - the "actual" side never did show \r\n. However, with previous versions (I don't know which version changed this), the \r\n always used to be visible on the "body" side. They are no longer visible after an update/save. This is a bit of a pain because you really don't know what you have entered when you go back to take a look (\r, \r\n, \n\r, \r\r, etc).
Michel Kohanim Posted December 13, 2010 Posted December 13, 2010 io_guy, Apologies for the inconvenience. This must be a bug and we'll fix it. With kind regards, Michel
Recommended Posts