Serial vs VGA
Posted: Thu Nov 10, 2016 11:44 am
Hey.
So I started tinkering around, following the different articles here. Something however came to my mind: the technical limitations of the basic VGA framebuffer. The 80x25 character limit being the most annoying drawback. I could of course implement video drivers, but I think we can all agree on the fact it isn't the easiest thing to do.
I started looking at a more... standard way to make a good looking UI: using a terminal over RS-232. The wiki article on serial ports and how to interact with them was really complete. Plus, they can become really useful when it comes to debugging. However, connecting two computers over RS-232 may not seem like the easiest way to interact with one for some people.
What do you think, from a technical point of view and not a user one, would be the best way to have a quick and easy user interface? Is a serial terminal the best way to do it?
So I started tinkering around, following the different articles here. Something however came to my mind: the technical limitations of the basic VGA framebuffer. The 80x25 character limit being the most annoying drawback. I could of course implement video drivers, but I think we can all agree on the fact it isn't the easiest thing to do.
I started looking at a more... standard way to make a good looking UI: using a terminal over RS-232. The wiki article on serial ports and how to interact with them was really complete. Plus, they can become really useful when it comes to debugging. However, connecting two computers over RS-232 may not seem like the easiest way to interact with one for some people.
What do you think, from a technical point of view and not a user one, would be the best way to have a quick and easy user interface? Is a serial terminal the best way to do it?