I am making a program that will need to display the following information:

Distance
Motor PWM1
Motor PWM2
Motor Speed1
Motor Speed2

The data will be updated every 30ms.

I will need the capacity to input text, then use the program to decifer the text, then send the text to COM1 using writefile.

So, do what would be best for displaying the data?

I am using Console mode at the moment and find it easy to work with, but i am not sure how and if it can do the sort of stuff i need to do.

Thanks

- MP