
Originally Posted by
shaiqbashir
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??
Bookmarks