| Author |
Serial port communication
|
Pradeep Kumar T
Greenhorn
Joined: Apr 14, 2007
Posts: 12
|
|
Hi all, I have an int array in my program, which i need to send through serial port.. right now, i am sending the data element by element, while listening for the DATA_AVAILABLE event. I send the first element, wait for the DATA_AVAILABLE event and then send the next element. Is this the way it is supposed to be done? Is there a better(faster) way to do this..? Thanks in advance
|
 |
 |
|
|
subject: Serial port communication
|
|
|