While the 18F's can have very large arrays, the STR function of SERIN, HSERIN etc, can only receive 255 bytes.
To get around this limitation you can just use multiple STR's in the xSERxxx command. For instance...HTH,Code:HSERIN [STR MyArray\255, STR MyArray(255)\255, STR MyArray(510)\295]
Bookmarks