Quote Originally Posted by shaiqbashir View Post
im working on my project. that project is related with smart sensors. Im using labview to create a binary file which is of 256bit. Now i want such a system that can transfer this file from labview to an EEPROM. Now im using PIC16F877A in between. PIC is communicating to labview through serial port, and the same pic is dealing with EEPROM 1 wire interface. The biggest problem for me is this that i cant transfer this 256-bit simultaneously to EEPROm using this PIC. because PIC cant hold such a big data in its any variable type. The biggest variable that is available is word which is of 2-byte size. I cant break my binary files into small pieces. Is there any way through which i can transfer 256-bit binary file from labview serial port interface to pic and then from pic to the EEPROM??
256 bits is 32 bytes...
The '877A has 368 bytes of ram onboard.

I'd be willing to bet that between the above information, and this:

http://www.picbasic.co.uk/forum/show...ts+bytes+array

You can easily make something work...