KR980004019A - Windows device driver of interface board control - Google Patents

Windows device driver of interface board control Download PDF

Info

Publication number
KR980004019A
KR980004019A KR1019960019681A KR19960019681A KR980004019A KR 980004019 A KR980004019 A KR 980004019A KR 1019960019681 A KR1019960019681 A KR 1019960019681A KR 19960019681 A KR19960019681 A KR 19960019681A KR 980004019 A KR980004019 A KR 980004019A
Authority
KR
South Korea
Prior art keywords
windows
driver
device driver
interface board
program
Prior art date
Application number
KR1019960019681A
Other languages
Korean (ko)
Other versions
KR0174862B1 (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 KR1019960019681A priority Critical patent/KR0174862B1/en
Publication of KR980004019A publication Critical patent/KR980004019A/en
Application granted granted Critical
Publication of KR0174862B1 publication Critical patent/KR0174862B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/10Program control for peripheral devices
    • G06F13/102Program control for peripheral devices where the programme performs an interfacing function, e.g. device driver
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/20Handling requests for interconnection or transfer for access to input/output bus
    • G06F13/24Handling requests for interconnection or transfer for access to input/output bus using interrupt

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)

Abstract

본 발명은 PC와 타 디바이스와의 통신을 위한 인터페이스 보드 제어 윈도우즈 디바이스 드라이버에 관한 것으로, 종래의 윈도우즈 프로그램은 윈도우즈가 지원하는 디바이스가 프린터, 키보드, 마우스, 직렬 포트등과 같은 표준 디바이스 뿐이므로 통신용 틀(Tool)개발에 상당한 제약이 따랐으며 다른 하드웨어 디바이스를 제어하기 위해서는 아주 복잡한 과정을 거쳐야 했고 또한 우수한 성능을 얻기가 무척 어려운 문제점이 있었으므로 본 발명은 윈도우즈 환경에서 윈도우즈 애플리케이션과 BTS 시뮬레이터 보드와의 인터페이스가 제공되어 기지국 자체 시험을 위한 장비 개발에 도움을 주었을 뿐만 아니라, 하드웨어에 거의 의존하지 않기 때문에 윈도우즈를 이용한 여러 디바이스 프로그램에 이용할 수 있고, 윈도우즈 환경에서 여러가지로 이용이 가능하다는 효과가 있다.The present invention relates to an interface board control Windows device driver for communication between a PC and other devices. In the conventional Windows program, since a device supported by Windows is only a standard device such as a printer, a keyboard, a mouse, a serial port, etc. (Tool) The development of the tool has been severely limited, and in order to control other hardware devices, it has to go through a very complicated process, and it is very difficult to obtain good performance. Not only helped develop equipment for base station self-testing, but because it is hardly dependent on hardware, it can be used for various device programs using Windows, and it is widely used in Windows environments. There is that effect.

Description

인터페이스 보드 제어의 윈도우즈 디바이스 드라이버Windows device driver of interface board control

본 내용은 요부공개 건이므로 전문내용을 수록하지 않았음Since this is an open matter, no full text was included.

제1도는 본 발명의 윈도우즈 디바이스 드라이버의 메세지 수신 블럭도.1 is a block diagram of a message reception of the Windows device driver of the present invention.

제2도는 본 발명의 PC와 다른 디바이스 사이의 통신을 위한 소프트웨어 블럭도이다.2 is a software block diagram for communication between a PC and another device of the present invention.

Claims (4)

PC와 타 디바이스와의 통신을 위한 인터페이스 보드 제어의 윈도우즈 디바이스 드라이버 장치에 있어서, 디바이스오픈을 이용하여 디바이스에 대한 핸들을 리턴 받고, 이 디바이스 핸들은 드라이버의 다른 함수를 호출하는데 있어 패러미터로 사용되는 윈도우즈 애플리케이션(80)과; DLL의 형태로 구성되어 DOS에서 처럼 프로그램이 실행될 때 마다 메모리에 올라가는 것이 아니라 프로그램에서 필요할 때에만 읽혀져 메모리에 효율성을 기할 수 있고, 인터럽트가 발생하면 드라이버의 인터럽트 서비스 루틴을 실행시켜 메세지를 드라이버에 할당된 수신버퍼에 할당하고 윈도우즈(70)에 이 정보를 전송하는 윈도우즈 디바이스 드라이버(90) 및; 전송 프레임의 처음 4비트 정보를 해당 전송라인에 대한 정보를 NPU(네트웍 전용 중앙처리장치 64180S)이 보내주면 T1/E1 or RS232, RS422의 전송라인을 설정하는 하드웨어 디바이스(100)로 구성됨을 특징으로 하는 인터페이스 보드 제어의 윈도우즈 디바이스 드라이버 장치.In the Windows device driver device of interface board control for communication between a PC and other devices, a handle to a device is returned by using a device open, which is used as a parameter to call another function of the driver. An application 80; It is configured in the form of a DLL so that it is not loaded into memory every time the program is executed, as in DOS, it is read only when needed by the program, so that the memory can be efficient. A Windows device driver (90) for allocating the received receive buffer and transmitting this information to the window (70); When the NPU (Network Dedicated Central Processing Unit 64180S) sends the first 4 bits of the transmission frame information on the corresponding transmission line, the hardware device 100 configures the transmission line of T1 / E1 or RS232 and RS422. Windows device driver device of interface board control. 제1항에 있어서, 윈도우즈 디바이스 드라이버는 ISR(Interrupt Service Routine; 인터럽트 처리 루틴 이하 ISR이라 칭한다.)이 제거 되었을 때 인터럽트 발생 전의 시스템 상태로 복귀할 수 있도록 “올드(old)“인터럽트 벡터에 대한 정보를 저장하는 윈도우즈와 드라이버 사이의 통신 매체부(Device Context)(10)와; 상기 윈도우즈와 드라이버 사이의 통신 매체(10)에서 수신된 바이트에 대한 정보를 나타내주는 버퍼부(Bufinfo)(20)로 구성됨을 특징으로 하는 인터페이스 보드 제어의 윈도우즈 디바이스 드라이버 장치.2. The information of the "old" interrupt vector of claim 1, wherein the Windows device driver is able to return to the system state prior to the interruption when the Interrupt Service Routine (ISR) is removed. A communication medium unit (Device Context) 10 between Windows and a driver for storing a; And a buffer unit (Bufinfo) for displaying information on the bytes received from the communication medium (10) between the window and the driver. 제2항에 있어서, 버퍼부(Bufinfo)(20)는 상기 수신버퍼(RxBUF)(12)에서 수신된 바이트의 크기를 나타내는 사이즈(size)(21)와; 디바이스 드라이버에 수신될 바이트 수를 가리키는 인(in)(22) 및; 윈도우즈가 디바이스 드라이버의 수신버퍼(RxBUF)(12)로부터 읽어간 바이트수를 가리키는 아웃(out)(23)으로 구성됨을 특징으로 하는 인터페이스 보드 제어의 윈도우즈 디바이스 드라이버 장치.3. A buffer unit (Bufinfo) according to claim 2, further comprising: a size (21) representing the size of bytes received in said reception buffer (RxBUF) 12; An in 22 indicating the number of bytes to be received by the device driver; A Windows device driver apparatus for interface board control, characterized in that Windows is configured with an out (23) indicating the number of bytes read from the device driver's receive buffer (RxBUF). PC와 타 디바이스와의 통신을 위한 인터페이스 보드 제어의 윈도우즈 디바이스 드라이버에 있어서, 윈도우즈 디바이스 드라이버(90)는 DLL의 형태로 구성되어 DOS에서 처럼 프로그램이 실행될 때마다 메모리에 올라가는 것이 아니라 프로그램에서 필요할 때에만 읽혀져 메모리에 효율성을 기할 수 있고, 인터럽트가 발생하면 드라이버의 인터럽트 서비스 루틴을 실행시켜 메세지를 드라이버에 할당된 수신버퍼에 할당하고 윈도우즈(70)에 이 정보를 전송함을 특징으로 하는 인터페이스 보드 제어의 윈도우즈 디바이스 드라이버의 방법.In the Windows device driver of the interface board control for communication between the PC and other devices, the Windows device driver 90 is configured in the form of a DLL so that the program is not loaded into memory every time the program is executed, as in DOS, but only when needed by the program. It can be read to improve the efficiency of the memory, and when an interrupt occurs, it executes the interrupt service routine of the driver, assigns a message to the reception buffer assigned to the driver, and transmits this information to the Windows 70. Windows device driver method. ※ 참고사항 : 최초출원 내용에 의하여 공개하는 것임.※ Note: The disclosure is based on the initial application.
KR1019960019681A 1996-06-03 1996-06-03 Windows Device Driver for Interface Board Control KR0174862B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019960019681A KR0174862B1 (en) 1996-06-03 1996-06-03 Windows Device Driver for Interface Board Control

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019960019681A KR0174862B1 (en) 1996-06-03 1996-06-03 Windows Device Driver for Interface Board Control

Publications (2)

Publication Number Publication Date
KR980004019A true KR980004019A (en) 1998-03-30
KR0174862B1 KR0174862B1 (en) 1999-04-01

Family

ID=19460708

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019960019681A KR0174862B1 (en) 1996-06-03 1996-06-03 Windows Device Driver for Interface Board Control

Country Status (1)

Country Link
KR (1) KR0174862B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100439031B1 (en) * 2002-04-26 2004-07-03 서울통신기술 주식회사 method for driving control of board using a union driver for PCI board and recorded media for PCI board union driver

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100439031B1 (en) * 2002-04-26 2004-07-03 서울통신기술 주식회사 method for driving control of board using a union driver for PCI board and recorded media for PCI board union driver

Also Published As

Publication number Publication date
KR0174862B1 (en) 1999-04-01

Similar Documents

Publication Publication Date Title
EP1679593A3 (en) Migration system
KR860008658A (en) Transmission control method
DE60142152D1 (en) Virtualization of I / O adapter resources
CA2187925A1 (en) Interface Device and Method
KR980003992A (en) How to process print data
US5541853A (en) Processor configurable for both virtual mode and protected mode
GB9510799D0 (en) Computer network interface and interface protocol
KR980004019A (en) Windows device driver of interface board control
CA2126174A1 (en) Method and system for interrupt-responsive execution of communications protocols
AU2020799A (en) Processor or core logic unit with internal register for peripheral status
ATE394721T1 (en) METHOD FOR DATA TRANSMISSION FROM AND TO CNC-CONTROLLED MACHINE CONTROLS
KR970076279A (en) A processing method and apparatus for utilizing a single serial communication line in a versatile manner
KR100217738B1 (en) Computer communication speed improving method of keyphone
JPH03192416A (en) System for making correspondence to function key
KR950002281A (en) Communication device
KR970029105A (en) Interface Method for Improving Communication Performance of Personal Computer (PC) and Programmable Logic Controller (PLC)
KR970031551A (en) Data communication method in Home Location Register (HLR) system
KR930020899A (en) How to Process Voice Packets in Asynchronous Delivery Mode
KR960018915A (en) Sending / Receiving message distribution method during interprocess communication using Unix as an operating system
KR930014113A (en) External storage access method in parallel processing system
KR950023076A (en) How to support the maintenance function of the private exchange
Buchanan et al. Visual Basic RS-232
KR920005558A (en) Implementation Method of User Information Function of Integrated Telecommunication Network in Electronic Switching System
KR940009855A (en) Communication device and method
JPH02100751A (en) Attribute information information system for terminal 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: 20061031

Year of fee payment: 9

LAPS Lapse due to unpaid annual fee