Try...
Include “modedefs.bas”
The Mode names (e.g. T2400) are defined in the file MODEDEFS.BAS.
To use them, add the line:
Include “modedefs.bas”
to the top of the PicBasic Pro program. BS1DEFS.BAS and
BS2DEFS.BAS already includes MODEDEFS.BAS. Do not include it again
if one of these files is already included. The Mode numbers may be used
without including this file.
Bookmarks