First off, my goal is to get two scripts to talk. I'll have a script running that is grabbing data from a com port and logging it. I'll have a second script running to display the data in a GUI. Due to speed, I've made this two scripts so the GUI script doesn't delay the Com grabber and all data will properly logged. The first script is able to log about 30 entries a second, but if I integrate the GUI it drops to only about 10. I know the GUI will likely only update with 10-15 per second, b