bytebugbitme
Programmer
I have a program which reads a serial link (4800 baud), the threshold is set at 512 characters. I then process the data in chunks that range from 15 to 80 bytes. After I process each chunk, I display the results. I have noticed that the display only updates when the first chunk after the comm event recieved occurs (about once per second, but I KNOW that the other chunks are processed from counters and other troubleshooting devices I have installed. If the threshold is set to 1024 characters, the update rate is about 2 seconds, so I know the update is somehow linked to the comm reception. All the data gets processed before the next transmission. Why don't I see all of the other display info.