I try to understand how the SERBNG command works,
I try to use the Command in the way it is descibed in the user manual (I think I do) to send a string on pin 30.
My intention is to output a short string to a serial display on pin 30...9600 baud (logical 3.3 V level output)
example:
pinmode 30, out
repeat
x=SERBNG(30,367,"testing")
until inkey >-1
'
Result is that the code is accepted but no output.....

Format (from user manual)
SERBNG(ercode)=SERBNG(<pin>,<speed>,<string>)

I need help to understand the command.
Best regards
Borje