In CoDeSys2.3 SIMPLE_SMS_8207 Functional uses standart SMS fb with this parameters:
xConnect := TRUE,
bComPortNr := 66,
eBaudrate := BAUD_19200,
eParity := PARITY_NO,
eStopBits := STOPBITS_1,
eFlowControl := NO_FLOW_CONTROL,
All others are default. xConnect is a var that...