Solved it. It was just needing a newline character. myPort.write('$FS\r' , function(error) {... did the trick.
myPort.write('$FS\r' , function(error) {...
Now that I have everything working I’ll start integrating with blockchain. I’ll keep you updated.