read from a .txt file
Posted: Wed Jan 28, 2009 2:35 pm
What I am trying to do is to implement a algorithm to process data.
This algorithm (on dsPIC) waits for data to be available. The data must be sent by another algorithm that reads from a .txt file and sends an integer every time one is read.
The implementation of the first algorithm to the dsPIC shouldn\'t be a problem. But how can I implement the algorithm to read from a file and generate interrupts every time I have some data to send?
This algorithm (on dsPIC) waits for data to be available. The data must be sent by another algorithm that reads from a .txt file and sends an integer every time one is read.
The implementation of the first algorithm to the dsPIC shouldn\'t be a problem. But how can I implement the algorithm to read from a file and generate interrupts every time I have some data to send?