KR100227512B1 - Method and system for korean/english key input distinction of keyboard - Google Patents

Method and system for korean/english key input distinction of keyboard Download PDF

Info

Publication number
KR100227512B1
KR100227512B1 KR1019970007707A KR19970007707A KR100227512B1 KR 100227512 B1 KR100227512 B1 KR 100227512B1 KR 1019970007707 A KR1019970007707 A KR 1019970007707A KR 19970007707 A KR19970007707 A KR 19970007707A KR 100227512 B1 KR100227512 B1 KR 100227512B1
Authority
KR
South Korea
Prior art keywords
korean
english
keyboard
key
input
Prior art date
Application number
KR1019970007707A
Other languages
Korean (ko)
Other versions
KR19980072750A (en
Inventor
우정원
Original Assignee
이홍순
주식회사삼보컴퓨터
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 이홍순, 주식회사삼보컴퓨터 filed Critical 이홍순
Priority to KR1019970007707A priority Critical patent/KR100227512B1/en
Publication of KR19980072750A publication Critical patent/KR19980072750A/en
Application granted granted Critical
Publication of KR100227512B1 publication Critical patent/KR100227512B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/02Input arrangements using manually operated switches, e.g. using keyboards or dials
    • G06F3/023Arrangements for converting discrete items of information into a coded form, e.g. arrangements for interpreting keyboard generated codes as alphanumeric codes, operand codes or instruction codes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/16Sound input; Sound output

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • General Health & Medical Sciences (AREA)
  • Document Processing Apparatus (AREA)

Abstract

본 발명은 PC의 키보드(Key Board)에 관한 것으로, 특히 OS(Operating System)나 응용 프로그램(Application)에 의존하지 않고 한글과 영문 모드에 따른 키의 입력을 구분할 수 있도록 한 PC 키보드의 한영 키 입력 구분 시스템 및 방법에 관한 것이다.BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a keyboard of a PC, and in particular, a Korean-English key input of a PC keyboard to distinguish a key input according to Korean and English modes without depending on an operating system or an application. A classification system and method.

종래에는 한영 키의 입력 구분하기 위해서 사용자가 디스플레이상에 글자를 직접 보아야 하는 불편함이 있으며, 소리로 알려 주기 위한 루틴을 기본적인 키보드 인터럽트 루틴 내에 삽입하여 사용하는 경우는 응용 프로그램이나 OS에서 리디렉션하여 자체의 루틴을 사용하므로 효용성이 없어지는 문제점이 있었다.Conventionally, in order to distinguish input of the Korean-English key, the user has to see the characters directly on the display. If a routine for notifying sound is inserted into a basic keyboard interrupt routine, the application or OS redirects itself. There is a problem that the utility is lost because of the routine.

본 발명에 의해 OS 및 응용 프로그램에 무관하게 한영 키 입력에 따라 펌웨어에서 레지스터 비트부를 토글시켜 해당 모드를 판단하고 SMI신호를 생성시켜 스피커를 구동시킴으로써 쉽게 한영 키의 입력를 구분시킬 수 있다.According to the present invention, the Korean-English key input can be easily distinguished by switching the register bit part in the firmware according to the Korean-English key input regardless of the OS and the application program to determine the corresponding mode and generating the SMI signal to drive the speaker.

Description

PC 키보드의 한영 키 입력 구분 시스템 및 방법Korean-English key input classification system and method of PC keyboard

본 발명은 PC의 키보드(Key Board)에 관한 것으로, 특히 OS(Operating System)나 응용 프로그램(Application)에 의존하지 않고 한글과 영문 모드에 따른 키의 입력을 구분할 수 있도록 한 PC 키보드의 한영 키 입력 구분 시스템 및 방법에 관한 것이다.BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a keyboard of a PC, and in particular, a Korean-English key input of a PC keyboard to distinguish a key input according to Korean and English modes without depending on an operating system or an application. A classification system and method.

일반적으로 PC 키보드의 입력 처리 시스템은 도 1에 도시된 바와 같이, 하드웨어적인 구성으로는 사용자로부터의 키 입력을 인가받는 키보드(11)와, 해당 키보드(11)로부터 인가되는 신호를 각 시스템에 전달하기 위한 키보드 제어부(12)와, 해당 키보드 제어부(12)로부터 인가되는 신호를 인터럽트(Interrupt) 형식으로 변환하기 위한 인터럽트 제어부(13)를 포함하여 이루어져 있으며, 소프트웨어적인 구성으로는 해당 하드웨어적인 구성들을 처리하기 위한 키보드 인터럽트부 또는 인터페이스 드라이브부(14)와, 사용자로부터의 키 입력에 대한 동작 수행을 하도록 하는 응용 프로그램부(15)를 포함하여 이루어져 있다. 그리고, 해당 응용 프로그램부(15)는 한영 키의 입력을 카운팅(Counting)하여 키 입력에 대한 한글 또는 영문 처리를 결정하는 한영 오토마타(16)와, 해당 한영 오토마타(16)의 결정에 따라 키 입력을 한글로 처리하는 한글 처리부(17)와, 해당 한영 오토마타(16)의 결정에 따라 키 입력을 영문으로 처리하는 영문 처리부(18)를 더 포함하여 이루어져 있다.In general, as shown in FIG. 1, the input processing system of the PC keyboard includes a keyboard 11 receiving a key input from a user and a signal applied from the keyboard 11 to each system in a hardware configuration. And a interrupt controller 13 for converting a signal applied from the keyboard controller 12 into an interrupt format. And a keyboard interrupt or interface drive unit 14 for processing, and an application program unit 15 for performing an operation on key input from a user. The application program unit 15 counts the input of the Korean-English key and counts the input of the Korean-English automata 16 to determine Korean or English processing for the key input and the key input according to the determination of the Korean-English automata 16. It further comprises a Hangul processing unit 17 for processing the Korean in Korean, and an English processing unit 18 for processing the key input in English according to the decision of the Korean-English automata (16).

상술한 바와 같이 구성된 종래 PC 키보드의 입력 처리 시스템에 대한 동작 수행을 살펴보면, 사용자가 원하는 키를 누르는 경우에 키보드(11)에서 메이크 코드(Make Cde)와 브레이크 코드(Break Code)라는 코드로 기호화하여 직렬 데이타로 키보드 제어부(12)에 인가한다. 이때, 한영 키도 다른 키와 동일하게 고유의 코드로 기호화되어 전달된다.Looking at the operation performed on the input processing system of the conventional PC keyboard configured as described above, when the user presses a desired key, the keyboard 11 is coded with codes called Make Cde and Break Code. Applied to the keyboard control unit 12 as serial data. At this time, the Korean-English key is also transmitted by being encoded with a unique code like other keys.

이에, 상기 키보드 제어부(12)는 상기 키보드(11)로부터 기호화된 데이타를 인가받아 인터럽트 제어부(13)에 키가 입력되었음을 알리는 신호로 인터럽트 신호를 활성화시키며, 이에 대응하여 해당 인터럽트 제어부(13)는 키보드 인터럽트부(14)를 호출하게 된다.Accordingly, the keyboard controller 12 receives the symbolized data from the keyboard 11 and activates an interrupt signal as a signal indicating that a key is input to the interrupt controller 13. In response, the corresponding interrupt controller 13 The keyboard interrupt section 14 is called.

상술된 BIOS 인터럽트 루틴은 시스템에서 기본적으로 제공되고 있으나 응용 프로그램이나 OS에서 리디렉션(Redirection)하여 자체의 루틴을 사용할 수도 있다.The BIOS interrupt routines described above are provided by default in the system, but their own routines may be used by redirection from an application or an OS.

이에 따라, 상기 키보드 인터럽트부(14)는 상기 키보드 제어부(12)를 직접 억세스(Access)하여 상기 키보드(11)로부터 입력받은 키에 대한 기호화된 데이타를 얻어 응용 프로그램부(15)에 인가하며, 해당 응용 프로그램부(15)에서는 한영 오토마타(16)에서 기호화된 한영 키의 입력을 카운팅하여 키의 입력에 대한 한글 또는 영문 처리를 결정한다. 그리고, 해당 결정에 따라 한글 처리부(17) 또는 영문 처리부(18)에서 처리하게 된다.Accordingly, the keyboard interrupter 14 directly accesses the keyboard controller 12 to obtain the symbolized data on the key input from the keyboard 11 and apply it to the application program unit 15. The application program unit 15 counts the input of the Korean-English key symbolized by the Korean-English automata 16 to determine Korean or English processing for the input of the key. Then, the Hangul processor 17 or the English processor 18 is processed according to the determination.

그런데, 상술한 바와 같은 방법에서는 한영 키에 대한 처리를 상기 응용 프로그램부(15) 내에서만 할 수 있기 때문에 상기 응용 프로그램부(15) 내에서 자체적으로 한글 모드 또는 영문 모드에 대한 구분을 위하여 스피커를 구동시켜 주어야 하고 사용자가 디스플레이상에 나타나는 글자를 보지 않는 한 현재 한글 모드인지 영문 모드인지를 알 수 없다. 그리고, 한영 모드의 구분을 소리로 알게 하기 위하여 이와 관련된 루틴을 키보드 인터럽트 루틴 내에 삽입하여 사용할 경우에 OS나 응용 프로그램에서 해당 루틴을 리디렉션하여 사용할 때 효용성이 없어지게 된다.However, in the above-described method, since the processing for the Korean-English key can be performed only in the application program unit 15, the speaker is used to distinguish between the Korean mode and the English mode in the application program unit 15 by itself. Unless you see the letters appearing on the display, you can't tell whether it's in Korean or English mode. In addition, when a routine related to this is inserted and used in a keyboard interrupt routine so as to recognize the distinction between Korean and English modes, it is not useful when the OS or an application redirects the routine.

이와 같이, 종래에는 한영 키의 입력 구분하기 위해서 사용자가 디스플레이상에 글자를 직접 보거나 소리로 알려 줄 수 있는데, 해당 소리로 알려 주기 위한 루틴을 기본적인 키보드 인터럽트 루틴 내에 삽입하여 사용하는 경우는 응용 프로그램이나 OS에서 리디렉션하여 자체의 루틴을 사용하므로 효용성이 없어지는 문제점이 있었다.As such, in the related art, in order to distinguish the input of the Korean-English key, the user may directly see a character on the display or notify the user by sound. When a routine for notifying the sound is inserted into a basic keyboard interrupt routine and used, Redirecting from the OS uses its own routine, so there is a problem that the utility is lost.

상술한 바와 같은 문제점을 해결하기 위해, 본 발명은 OS나 응용 프로그램에 의존하지 않고 키보드 내에서 한글과 영문 모드에 따른 키의 입력을 구분시켜 연속적인 잘못된 키 입력을 방지하도록 한 PC 키보드의 한영 키 입력 구분 시스템 및 방법을 제공하는 것을 목적으로 한다.In order to solve the problems as described above, the present invention is a Korean-English key of the PC keyboard to distinguish between the input of the key according to the Hangul and English mode in the keyboard to prevent continuous wrong key input without depending on the OS or application program An object of the present invention is to provide an input classification system and method.

상기와 같은 목적을 달성하기 위한 본 발명에 따른 PC 키보드의 한영 키 입력 구분 시스템은 키보드로부터 인가되는 한영 키를 확인하여 인터럽트 제어부의 인터럽트 신호를 활성화시키고 토글 제어 신호를 생성시켜 인가하며, CMOS 정보를 읽어 현재 토글 상태에 따라 SMI 신호를 생성시켜 인가하는 펌웨어와, 상기 펌웨어로부터 인가되는 토글 제어 신호에 의해 토글하여 한영 모드를 구분시켜 주는 레지스터 비트부와, 상기 펌웨어로부터 인가되는 SMI 신호에 따라 SMI 루틴 프로그램에 의해 구동 제어 신호를 생성시켜 인가하는 구동 제어부와, 상기 구동 제어부로부터 인가되는 구동 제어 신호에 따라 한영 모드를 구분할 수 있도록 경고음을 생성시키는 스피커를 포함하여 이루어진 것을 특징으로 하며, 상기와 같은 목적을 달성하기 위한 본 발명에 따른 PC 키보드의 한영 키 입력 구분 방법은 키보드로부터 입력되는 키 코드가 한영 키인가를 확인하는 제1과정과, 상기 입력된 키 코드가 한영 키가 아니면 기존의 프로세싱으로 입력 키를 처리하며, 한영 키이면 토글 제어 신호를 생성시켜 상기 레지스터 비트부를 토글시키는 제2과정과, CMOS 정보를 판독하고 해당 판독된 CMOS 정보와 상기 레지스터 비트부의 토글 상태가 동일한지를 비교하는 제3과정과, 상기 비교한 값이 동일하면 기존의 프로세싱으로 상기 입력된 한영 키를 처리하며, 동일하지 않으면 인터럽트 제어부의 인터럽트 신호를 활성화시킴과 동시에 SMI 신호를 생성시켜 상기 구동 제어부에 인가시켜 한영 키 입력을 구분시켜 주는 제4과정을 포함하여 이루어진 것을 특징으로 한다.In order to achieve the above object, the Korean-English key input classification system of a PC keyboard according to the present invention checks the Korean-English key applied from the keyboard to activate the interrupt signal of the interrupt controller, generates and applies a toggle control signal, and applies CMOS information. The SMI routine according to the firmware to generate and apply the SMI signal according to the current toggle state, the register bit unit to distinguish the Korean-English mode by toggling by the toggle control signal applied from the firmware, and the SMI signal applied from the firmware. And a speaker configured to generate a driving control signal by a program and to generate a warning sound so as to distinguish the Korean-English mode according to the driving control signal applied from the driving control unit. According to the invention to achieve The Korean-English key input classification method of the PC keyboard includes the first process of checking whether the key code inputted from the keyboard is the Korean-English key, and if the input key code is not the Korean-English key, the input key is processed by conventional processing. A second step of generating a toggle control signal to toggle the register bit section; a third step of reading CMOS information and comparing whether the read CMOS information and the toggle state of the register bit section are the same; and the comparison value is the same. And a fourth process of processing the input Korean-English key by conventional processing, otherwise activating an interrupt signal of an interrupt controller, generating an SMI signal, and applying the SMI signal to the driving controller to distinguish the Korean-English key input. Characterized in that made.

도 1은 종래 PC 키보드의 입력 처리 시스템을 나타낸 블록 구성도.1 is a block diagram showing an input processing system of a conventional PC keyboard.

도 2는 본 발명의 실시예에 따른 PC 키보드의 한영 키 입력 구분 시스템을 나타낸 회로도.2 is a circuit diagram showing a Korean-English key input classification system of a PC keyboard according to an embodiment of the present invention.

도 3은 본 발명의 실시예에 따른 PC 키보드의 한영 키 입력 구분 방법을 나타낸 플로우 챠트.3 is a flowchart illustrating a method for classifying Korean-English key input of a PC keyboard according to an exemplary embodiment of the present invention.

* 도면의 주요부분에 대한 부호의 설명* Explanation of symbols for main parts of the drawings

11 : 키보드(Key Board) 12 : 키보드 제어부(Key Board Controller)11: Keyboard (Key Board) 12: Keyboard Control Panel (Key Board Controller)

13 : 인터럽트 제어부(Interrupt Controller)13: Interrupt Controller

14 : 키보드 인터럽트부(Key Board Interrupt) 또는 인터페이스 드라이브부(Interface Driver)14: Keyboard Interrupt or Interface Driver

15 : 응용 프로그램부(Application)15: Application

16 : 한영 오토마타(Automata) 17 : 한글 처리부16: Hanyoung Automata 17: Hangul processor

18 : 영문 처리부 21 : 펌웨어(Firmware)18: English processing unit 21: Firmware (Firmware)

22 : 레지스터 비트부(Register Bit)22: register bit

23 : 구동 제어부 24 : 스피커23: drive control unit 24: speaker

본 발명의 실시예에 따른 PC 키보드의 한영 키 입력 구분 시스템은 도 2에 도시된 바와 같이, 펌웨어(Firmware ; 21)와, 레지스터 비트부(Register Bit ; 22)와, 구동 제어부(23)와, 스피커(24)를 포함하여 이루어진다.As shown in FIG. 2, the Korean-English key input classification system of a PC keyboard according to an embodiment of the present invention includes a firmware 21, a register bit 22, a driving controller 23, It comprises a speaker 24.

상기 펌웨어(21)는 키보드 제어부 내에 구비되며, 키보드로부터 인가되는 키의 입력이 한영 키인지를 확인하여 종래와 동일하게 한영 모드를 처리하기 위해 인터럽트 제어부의 인터럽트 신호를 활성화시키고 한영 모드를 구분시키기 위하기 위한 토글 제어 신호(TCS)를 생성시켜 상기 레지스터 비트부(22)에 인가하며, 사용자의 옵션(Option)에 의해 세팅(Setting)된 어느 모드에서 상기 스피커(24)가 구동될 것인가에 대한 CMOS 정보를 읽어 상기 레지스터 비트부(22)의 토글 상태와 비교한 후에 다르면 다른 프로그램보다 우선하여 상기 스피커(24)를 구동시키기 위한 SMI(System Management Interrupt) 신호를 생성시켜 상기 제어부(24)에 인가한다.The firmware 21 is provided in the keyboard controller, and checks whether an input of a key applied from the keyboard is a Korean-English key to activate an interrupt signal of the interrupt controller and distinguish the Korean-English mode in order to process the Korean-English mode as in the related art. To generate a toggle control signal TCS and apply it to the register bit unit 22, and in which mode the speaker 24 is driven in the user's option. After reading the information and comparing it with the toggle state of the register bit section 22, it generates a SMI (System Management Interrupt) signal for driving the speaker 24 in preference to other programs and applies it to the control section 24. .

상기 레지스터 비트부(22)는 상기 펌웨어(21)로부터 인가되는 토글 제어 신호(TCS)에 의해 토글(Toggle)하여 한영 모드를 구분시켜 준다.The register bit unit 22 toggles by the toggle control signal TCS applied from the firmware 21 to distinguish the Korean-English mode.

상기 제어부(23)는 상기 펌웨어(21)로부터 SMI 신호를 인가받아 SMI 루틴 프로그램에 의해 구동 제어 신호(ACS)를 상기 스피커(25)에 인가한다.The controller 23 receives an SMI signal from the firmware 21 and applies a driving control signal ACS to the speaker 25 by an SMI routine program.

상기 스피커(25)는 상기 제어부(24)로부터 인가되는 구동 제어 신호(ACS)에 따라 한영 모드를 구분할 수 있도록 경고음을 생성시킨다.The speaker 25 generates a warning sound to distinguish the Korean-English mode according to the driving control signal ACS applied from the controller 24.

본 발명의 실시예에 따른 PC 키보드의 한영 키 입력 구분 시스템의 동작을 다음과 같이 설명한다.The operation of the Korean-English key input classification system of the PC keyboard according to the embodiment of the present invention will be described as follows.

먼저, 키보드 제어부로 키 코드가 입력되면, 해당 키보드 제어부 내에 구비되어 있는 펌웨어(21)는 해당 키 코드가 한영 키인지를 확인한 후, 종래와 동일하게 한영 모드를 처리하기 위해 인터럽트 제어부의 인터럽트 신호를 활성화시킴과 동시에 한영 모드를 구분시키기 위하기 위한 토글 제어 신호(TCS)를 생성시켜 레지스터 비트부(22)에 인가한다.First, when a key code is input to the keyboard controller, the firmware 21 included in the keyboard controller checks whether the corresponding key code is a Korean-English key, and then, in the same manner as the conventional method, interrupts the interrupt signal of the interrupt controller to process the Korean-English mode. At the same time, a toggle control signal TCS is generated and applied to the register bit unit 22 to distinguish between Korean and English modes.

이에, 상기 레지스터 비트부(22)는 상기 펌웨어(21)로부터 인가되는 토글 제어 신호(TCS)에 의해 토글되어 한영 모드를 구분시켜 주는데, 이때 상기 펌웨어(21)는 사용자의 옵션에 의해 세팅되고 어느 모드에서 스피커(24)가 구동할 것인가에 대한 CMOS 정보를 읽어낸 후, 상기 레지스터 비트부(22)의 토글 상태를 확인하고 다른 경우에는 다른 프로그램보다 우선하여 해당 스피커(24)를 구동시키기 위한 SMI 신호를 생성시켜 제어부(24)에 인가한다. 여기서, 해당 SMI 신호는 시스템에서 가장 높은 우선권을 가지므로 어떤 인터럽트 신호보다 우선적으로 실행될 수 있게 하는 인터럽트 신호을 말한다.Accordingly, the register bit unit 22 is toggled by a toggle control signal TCS applied from the firmware 21 to distinguish the Korean-English mode, wherein the firmware 21 is set by a user's option. After reading the CMOS information on whether the speaker 24 is to be driven in the mode, the toggle state of the register bit unit 22 is checked, and in other cases, the SMI for driving the speaker 24 in preference to other programs. A signal is generated and applied to the controller 24. Here, the SMI signal refers to an interrupt signal that can be executed prior to any interrupt signal because it has the highest priority in the system.

이에 따라, 상기 제어부(23)는 상기 펌웨어(21)로부터 SMI 신호를 인가받아 한영 모드에 따른 상기 스피커(24)를 구동시키기 위한 SMI 루틴 프로그램에 의해 구동 제어 신호(ACS)를 상기 스피커(25)에 인가하며, 상기 스피커(25)는 상기 제어부(24)로부터 인가되는 구동 제어 신호(ACS)에 따라 경고음을 생성시켜 한영 모드를 구분할 수 있도록 한다.Accordingly, the controller 23 receives the SMI signal from the firmware 21 and transmits a driving control signal ACS to the speaker 25 by an SMI routine program for driving the speaker 24 according to the Korean-English mode. The speaker 25 generates a warning sound according to the driving control signal ACS applied from the control unit 24 so as to distinguish the Korean-English mode.

그리고, 상기 펌웨어(21)에서의 한영 키 입력 구분 방법을 도 3의 플로우 챠트를 참고하여 다시 설명하면, 먼저 키보드로부터 키 코드를 인가받아 한영 키인가를 확인하는데(단계 S1), 해당 입력된 키 코드가 한영 키가 아니면 기존의 상기 펌웨어(21)의 프로세싱(Processing)과 동일하게 처리되도록 시스템의 동작을 제어하여 입력 키를 처리하며(단계 S2), 해당 입력된 키 코드가 한영 키이면 토글 제어 신호(TCS)를 생성시켜 상기 레지스터 비트부(22)를 토글시킨다(단계 S3).When the Korean-English key input classification method in the firmware 21 is described again with reference to the flowchart of FIG. 3, first, a key code is received from the keyboard to confirm whether the Korean-English key is input (step S1). If the code is not a Korean-English key, the operation of the system is controlled to process the input key to be processed in the same manner as the existing processing of the firmware 21 (step S2), and the toggle control if the input key code is the Korean-English key. A signal TCS is generated to toggle the register bit section 22 (step S3).

그런 후에, 사용자의 옵션에 의해 세팅된 CMOS 정보를 판독하는데(단계 S4), 해당 CMOS 정보는 한영 두 모드 중에 어느 모드에 관하여 상기 스피커(24)가 구동되기를 원하는지에 대한 정보를 포함하고 있고 기존의 시스템의 세트엎부와 동일한 경로에 의하여 사용자로부터 세팅될 수 있다.Then, the CMOS information set by the user's option is read out (step S4), which CMOS information includes information on which of the two modes, one of which is desired to be driven by the speaker 24 and the existing one. It can be set from the user by the same path as the set top of the system.

이에, 해당 판독된 CMOS 정보와 상기 레지스터 비트부(22)의 토글 상태가 동일한지를 비교한 후(단계 S5), 해당 비교한 값이 동일하면 기존의 상기 펌웨어(21)의 프로세싱과 동일하게 처리되도록 시스템의 동작을 제어하여 상기 입력된 한영 키 코드를 처리하며(단계 S6), 해당 비교한 값이 동일하지 않으면 상기 스피커(24)를 구동시키기 위한 상기 구동 제어부(23)의 구동 제어 신호(ACS)를 생성시키기 위한 SMI 신호를 생성시켜 상기 구동 제어부(23)에 인가한다(단계 S7).Therefore, after comparing the read CMOS information with the toggle state of the register bit section 22 is the same (step S5), if the comparison value is the same, so as to be processed the same as the processing of the existing firmware 21. The operation of the system is processed to process the input Korean-English key code (step S6), and if the corresponding comparison value is not the same, a drive control signal (ACS) of the drive control unit 23 for driving the speaker 24 A SMI signal for generating a signal is generated and applied to the driving controller 23 (step S7).

예를 들어, 현재 키보드의 입력이 한글 모드일 때, 즉 상기 CMOS 정보도 역시 한글 모드로 저장되어 있게 되며, 이 때 영문 키의 입력이 있으면 상기 토글 제어 신호(TCS)를 상기 레지스터 비트부(22)에 인가하여 토글시켜 상기 비교한 값이 동일하지 않음을 알 수 있게 하므로서 상기 SMI 신호를 생성시킬 수 있다.For example, when the current keyboard input is in the Hangul mode, that is, the CMOS information is also stored in the Hangul mode. At this time, when the English key is input, the toggle control signal TCS is transmitted to the register bit unit 22. ) Can be toggled to generate the SMI signal by knowing that the compared values are not the same.

또한, 종래와 동일하게 한영 모드를 처리하기 위해 인터럽트 제어부의 인터럽트 신호를 활성화시켜 상기 입력된 한영 키가 처리되게 한다(단계 S8).In addition, in order to process the Korean-English mode as in the related art, the interrupt signal of the interrupt controller is activated to process the input Korean-English key (step S8).

여기서, 상기 펌웨어(21)는 어떠한 OS나 응용 프로그램으로도 해당 내용을 변경할 수 없으므로 상술한 동작의 수행은 어떠한 OS나 응용 프로그램과도 상관없이 실행되게 된다.In this case, since the firmware 21 cannot change its contents with any OS or application program, the above-described operation is executed regardless of any OS or application program.

이상과 같이, 본 발명에 의해 OS 및 응용 프로그램에 무관하게 한영 키 입력에 따라 펌웨어에서 레지스터 비트부를 토글시켜 해당 모드를 판단하고 SMI신호를 생성시켜 스피커를 구동시킴으로써 쉽게 한영 키의 입력를 구분시킬 수 있다.As described above, the Korean-English key input can be easily distinguished by switching the register bit part in the firmware to determine the corresponding mode and generating the SMI signal to drive the speaker according to the present invention regardless of the OS and application program. .

Claims (2)

PC 키보드의 한영 키 입력 구분 시스템에 있어서, 키보드로부터 인가되는 한영 키를 확인하여 인터럽트 제어부의 인터럽트 신호를 활성화시키고 토글 제어 신호(TCS)를 생성시켜 인가하며, CMOS 정보를 읽어 현재 토글 상태에 따라 SMI 신호를 생성시켜 인가하는 펌웨어(21)와, 상기 펌웨어(21)로부터 인가되는 토글 제어 신호(TCS)에 의해 토글하여 한영 모드를 구분시켜 주는 레지스터 비트부(22)와, 상기 펌웨어(21)로부터 인가되는 SMI 신호에 따라 SMI 루틴 프로그램에 의해 구동 제어 신호(ACS)를 생성시켜 인가하는 구동 제어부(23)와, 상기 구동 제어부(23)로부터 인가되는 구동 제어 신호(ACS)에 따라 한영 모드를 구분할 수 있도록 경고음을 생성시키는 스피커(24)를 포함하여 이루어진 것을 특징으로 하는 PC 키보드의 한영 키 입력 구분 시스템.In the Korean-English key input classification system of PC keyboard, it checks the Korean-English key applied from the keyboard, activates the interrupt signal of the interrupt controller, generates and applies the toggle control signal (TCS), reads the CMOS information, and reads the SMI according to the current toggle state. Firmware 21 for generating and applying a signal, a register bit unit 22 for dividing the Korean-English mode by toggling by a toggle control signal TCS applied from the firmware 21, and from the firmware 21 According to the SMI signal to be applied, the driving control unit 23 generates a driving control signal ACS by the SMI routine program and applies it, and the Korean-English mode can be distinguished according to the driving control signal ACS applied from the driving control unit 23. Korean-English key input classification system of the PC keyboard, characterized in that it comprises a speaker (24) for generating a beep sound. PC 키보드의 한영 키 입력 구분 방법에 있어서, 키보드로부터 입력되는 키 코드가 한영 키인가를 확인하는 제1과정과, 상기 입력된 키 코드가 한영 키가 아니면 기존의 프로세싱으로 입력 키를 처리하며, 한영 키이면 토글 제어 신호(TCS)를 생성시켜 상기 레지스터 비트부(22)를 토글시키는 제2과정과, CMOS 정보를 판독하고 해당 판독된 CMOS 정보와 상기 레지스터 비트부(22)의 토글 상태가 동일한지를 비교하는 제3과정과; 상기 비교한 값이 동일하면 기존의 프로세싱으로 상기 입력된 한영 키를 처리하며, 동일하지 않으면 인터럽트 제어부의 인터럽트 신호를 활성화시킴과 동시에 SMI 신호를 생성시켜 상기 구동 제어부(23)에 인가시켜 한영 키 입력을 구분시켜 주는 제4과정을 포함하여 이루어진 것을 특징으로 하는 PC 키보드의 한영 키 입력 구분 방법.In the Korean-English key input classification method of the PC keyboard, the first process of checking whether the key code input from the keyboard is the Korean-English key, and if the input key code is not the Korean-English key, the input key is processed by conventional processing. If the key is a second process of generating a toggle control signal (TCS) to toggle the register bit section 22, and if the read CMOS information and the toggle state of the register bit section 22 is the same read the CMOS information A third process of comparing; If the compared value is the same, the inputted Korean-English key is processed by the existing processing. If not, the S-signal is generated and applied to the driving controller 23 while activating the interrupt signal of the interrupt controller. Korean-English key input classification method of the PC keyboard, characterized in that made comprising a fourth process for distinguishing.
KR1019970007707A 1997-03-07 1997-03-07 Method and system for korean/english key input distinction of keyboard KR100227512B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019970007707A KR100227512B1 (en) 1997-03-07 1997-03-07 Method and system for korean/english key input distinction of keyboard

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019970007707A KR100227512B1 (en) 1997-03-07 1997-03-07 Method and system for korean/english key input distinction of keyboard

Publications (2)

Publication Number Publication Date
KR19980072750A KR19980072750A (en) 1998-11-05
KR100227512B1 true KR100227512B1 (en) 1999-11-01

Family

ID=19499079

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019970007707A KR100227512B1 (en) 1997-03-07 1997-03-07 Method and system for korean/english key input distinction of keyboard

Country Status (1)

Country Link
KR (1) KR100227512B1 (en)

Also Published As

Publication number Publication date
KR19980072750A (en) 1998-11-05

Similar Documents

Publication Publication Date Title
US5631643A (en) Key-code outputting apparatus for data processor having an interchangeable keyboard
KR970049288A (en) Reset device and method of central processing unit
KR970071218A (en) Serial communication port switching circuit
JPH02184120A (en) Keyboard device
EP0067516A1 (en) Shift control system for keyboards
EP0325884B1 (en) Keyboard arrangement with ghost key condition detection
KR100227512B1 (en) Method and system for korean/english key input distinction of keyboard
US5241646A (en) Systems for changing hardware parameters using sub-CPU for sensing specialized key inputs and main CPU for changes
KR880009302A (en) Digital signal processing processor
US4831572A (en) Polynomial vector arithmetic operation control system
US5702625A (en) Encoder key input device for a microwave oven and interrupt processing method using the same
KR960014161B1 (en) Circuit for detecting input signal from keyboard
JPH05173524A (en) Lcd/crt switching system
US4667307A (en) Circuit for selecting and locking in operation function circuitry
KR19980035434A (en) Computer system with access control of built-in and extended VGA card
JPH04317188A (en) Bar code reader
JPH08194570A (en) Key scanning circuit
KR200280669Y1 (en) interrupt equipement having an error detecting function
KR920003181B1 (en) State transition control method of hardware
JPH0968897A (en) Copying machine
KR20000015017A (en) Apparatus and method of a special function operating for a keyboard
KR100240110B1 (en) Operating method and apparatus for floppy disk driver
KR880003592Y1 (en) Word processor
KR960001754B1 (en) Input/output control method of secret data in small storage
JPH0774981B2 (en) Information input device

Legal Events

Date Code Title Description
A201 Request for examination
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20100803

Year of fee payment: 12

LAPS Lapse due to unpaid annual fee