You could always delay how often you are displaying to the lcd. Create a counter so you only send commands to the LCD every 10th time through your program loop instead of everytime. You won't display everything you are recieving serially this way, but it may not matter.
Bookmarks