Hi,
I started developing my own OS (That now look's like a simple dos program),
and i want to use the serial port, how can i read values from it? (to know which button is down or up)
this is the port: (DE-9)
thanx.
Serial port (NASM)
Re: Serial port (NASM)
Hi,
For more information on programming the serial port, you could try the OSDev wiki page.
Cheers,
Brendan
A serial port doesn't have any buttons.Omri wrote:I started developing my own OS (That now look's like a simple dos program),
and i want to use the serial port, how can i read values from it? (to know which button is down or up)
For more information on programming the serial port, you could try the OSDev wiki page.
Cheers,
Brendan
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.