Hello
I'm trying to put a patch together to control another device via serial and it requires a number of symbols which PD uses to be printed on the serial output: { ,;\
I've tried to create a string using 'makefilename %c' with an input message and 'pack' to put the string together, however it seems to add backslashes between each thing input into the string. I think these are stopping the serial message being fully sent out (my serial monitor only gets as far as the first section added to the string). I'm then sending a print message with all the string arguments as $1, $2 etc
Is there another way that this could work without adding the backslashes between parts of the string?