SysLog issue

Discussion to talk about software related topics only.
Post Reply
SeeCwriter
Posts: 641
Joined: Mon May 12, 2008 10:55 am

SysLog issue

Post 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)");
User avatar
TomNB
Posts: 619
Joined: Tue May 10, 2016 8:22 am

Re: SysLog issue

Post by TomNB »

Good morning. We're going to need all the usual info: platform, tools revision, etc.
SeeCwriter
Posts: 641
Joined: Mon May 12, 2008 10:55 am

Re: SysLog issue

Post 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.
Post Reply