Quote Originally Posted by mombasa View Post
I'm working with a 18f242 and a RF module type XTR-CYP-2.4 AUREL. This is a great module and is programmable by the SPI interface. I tried whit hserin and hserout and also with MSSP but never to do. Anyone had experience whit this module? Enclosed documentation I use. Thanks
If you're trying to use HSerIn and HSerOut with an SPI interface, that won't work at all... HSerIn/HSerOut = asynchronous serial, SPI=(usually) Synchronous Serial Interface; different modes of comm's, different physical interface requirements.
Post your schematic, post your code, post more info...