DEBUG and SEROUT will work the same.

DEBUG take less of your code space but you are a really little bit limited for the functions. Have a look in PBP manual to see differences.

Serial is serial, in most case, DEBUG may be use instead of SEROUT.


regards