Are you wanting to display the output on a LCD? If so then you will need to break the array up to fit on the screen and maybe do "line by line" refresh using the array parts that will fit...

Below I was dumping the whole array to a PC terminal.
Code:
'Read from the VDIP
SERIN2 PORTB.4,8588,[STR VDAT\96]
'Send to PC terminal
SEROUT2 PORTB.3, 24972,[STR VDAT,10,13]