I've been trying to disable PLP before opening the 9210's serial port, but the compiler gives an error 'RRemoteLink' : undeclared identifier.
The plpremlink.lib has been added to my project. If I remove the code that should disable PLP, the linker outputs a warning 'no objects used from library ... plpremlink.lib'
My best guess is that I'm missing some .h file, but which one?