I would like to send and receive data via the RS232 COM port on the computer.
I know one can use the port array for simple tasks, but I've seen simple implementations of programming the UART-chip of the computer in DOS/Pascal environment. This code was posted at this forum about 2 years ago.
This program included initialization of the UART chip and an array type variable in pascal to use indepent from the interrupt-driven process in the UART.
So problem is I cannot find the example code, and would like if You know of similar examples.
I know one can use the port array for simple tasks, but I've seen simple implementations of programming the UART-chip of the computer in DOS/Pascal environment. This code was posted at this forum about 2 years ago.
This program included initialization of the UART chip and an array type variable in pascal to use indepent from the interrupt-driven process in the UART.
So problem is I cannot find the example code, and would like if You know of similar examples.