SysLog issue
Posted: Thu May 21, 2026 11:29 am
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)");