BIOS Serial Data Transmission INT Services
BIOS Serial Data Transmission INT Services
Transmission INT
Services
Presented by
NIKHIL N PATHAK
(ME-MSA-207)
M.S.UNIVERSITY,VADODARA
2010-2011
BIOS Interrupt Services
o Types of Interrupts
o Vector Table
o Initialization of interrupt
CODE DESCRIPTION
00h Serial Port Initialization
01h Transmit Character
02h Receive Character
03h Status
Parameter
Bit Dec Hex Description
0 1 01h Word Size 10 = 7
1 2 02h 11 = 8
Stop Bits 0 = 1 stop bit
2 4 04h
1 = 2 stop bits
3 8 08h Parity 00 = None
4 16 10h
01 = Odd
11 = Even
5 32 20h
Baud Rate 000 = 110 baud
6 64 40h
001 = 150 baud
010 = 300 baud
011 = 600 baud
7 128 80h
100 = 1200 baud
101 = 2400 baud
110 = 4800 baud
111 = 9600 baud