View Single Post
  #3   Spotlight this post!  
Unread 13-12-2002, 08:19
seanwitte seanwitte is offline
Registered User
None #0116
Team Role: Engineer
 
Join Date: Nov 2002
Location: Herndon, VA
Posts: 378
seanwitte has a brilliant futureseanwitte has a brilliant futureseanwitte has a brilliant futureseanwitte has a brilliant futureseanwitte has a brilliant futureseanwitte has a brilliant futureseanwitte has a brilliant futureseanwitte has a brilliant futureseanwitte has a brilliant futureseanwitte has a brilliant futureseanwitte has a brilliant future
Send a message via AIM to seanwitte
serin/serout

Check the SERIN and SEROUT commands to make sure they're set up properly. There is a long list of constants immediately before the SERIN command that tell the processor which inputs to grab. Set them to 1 if you want to use them, 0 if you don't. The SERIN command should only include the variables that have the corresponding constant set to 1, in the order specified in the code comments.

So make sure that the SERIN command has the same number of parameters as config constants that have been set to 1. Yeah, its confusing.