|
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.
|