It’s C/C++ in programming to communicate with Serial Port or comport (RS-232). The program I recommend here can communicate between two computers that can send message to each other as interrupt.
For here, we will use Borland C as complier, but you will see me use // that I make for programming explanation. There will be code for reference inter like the following,
Intervector –> use setvect()function for setting the value of IRQ
Intervector –> use getvect()function for the value of IRQ
Intervector –> use for setting of Programmable Interrrupt Controller
Intervector –> use for setting in order to cancel using intervector
Comm Setting –> will use the value in setting rate of Baud rate, the number of bit in transferring data, stop bit, control register FIFO, open DTR-RTS-OUT2. Read the rest of this entry »
Share This