Dim Q As New Queue(of String)

There, happy? :P

I didn't get a chance to test it last night, my restlessness got the better of me. Looks like today is D-day and I'm attacking this form application with full force!

Code:
com port -> 
Q(as string) -> 
c(as char) = queueList.Dequeue() -> 
if(isnumeric(c)) Then 
    bm.SetPixel() 
ELSE 
    refresh everything. 
BAM.