Page 1 of 1

SysLog issue

Posted: Thu May 21, 2026 11:29 am
by SeeCwriter
I encountered bizarre behavior with the SysLog() function. If the provided string contains any commas, nothing is transmitted.

Code: Select all

For example, this works:
     SysLog(“test1 test2”);
This sends nothing:
     SysLog(“test1,test2”);
Likewise, this sends nothing:
     SysLog(“,”);
This sends nothing, and also generates an error on the listening PC’s socket!
     SysLog("Personality: 02Xh (d,d,d)");

Re: SysLog issue

Posted: Fri May 22, 2026 6:16 am
by TomNB
Good morning. We're going to need all the usual info: platform, tools revision, etc.

Re: SysLog issue

Posted: Fri May 22, 2026 1:47 pm
by SeeCwriter
This is looking like an issue with our network. Some modules (54415) work and some don't, all built with v2.9.5. Sorry about that.