I simply want to communicate with the 9210 serial port.As artwork I used the GLASSTERM example. If I transfer the same code into a simple HELLOWORLD application, I get an error at the definition of RComm and RCommServ. Thei Error is fatal error LNK2001 and LNK1120. 'not resolved external symbol RComm.... What may be the problem?
I implemented the c32comm.h and c32.lib
Posted by Sylvo Jaeger, jaeger@microsensys.de
on January 07, 2002 at 16:12
I'm having similar problems when trying to disable PLP (search for PLP and see the thread 'Freeing serial port'). I've added appropriate code to GlassTerm example, as well as added plpremlink.lib to .mmp file. I've also rebuilt the makefile, but still the compiler won't recognize RRemoteLink. Confusing...