Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.01.13;
Скачать: CL | DM;

Вниз

Как из под WIndows 9x/NT ловить прерывания?   Найти похожие ветки 

 
Eliseev Andrey   (2002-10-25 16:10) [40]

Есть такая библиотека TetaPCHW ( http://www.geocities.com/tetasoft/).

Там есть все функции для работы с LPT включая установку IRQ.
Вот цитата из ReadMe.

procedure LPTEnableIRQ(IRQEnabled: Boolean);
--------------------------------------------
Forces an LPT device to generate interruptions when ACK line(Pin 10) has a HIGH
electrical level.

type
TInterruptHandler = procedure (IrqNumber : WORD) of object;
property OnHwInterrupt: TInterruptHandler;
------------------------------------------
This is an event property which allows you to install your own application
handler for all IRQs. Note, due to Windows is not a verily multi-task system of
real time the time of delivery a message about an IRQ generated up to your
application interrupt handler is not assured.


 
jonik pegas ©   (2002-10-25 16:13) [41]

Дополнение
Точнее наверняка можно это делать и на WinApi через DeviceIOControl но пока неясно как


 
Eliseev Andrey   (2002-10-25 16:16) [42]

Есть такая библиотека TetaPCHW ( http://www.geocities.com/tetasoft/).

Там есть все функции для работы с LPT включая установку IRQ.
Вот цитата из ReadMe.

procedure LPTEnableIRQ(IRQEnabled: Boolean);
--------------------------------------------
Forces an LPT device to generate interruptions when ACK line(Pin 10) has a HIGH
electrical level.

type
TInterruptHandler = procedure (IrqNumber : WORD) of object;
property OnHwInterrupt: TInterruptHandler;
------------------------------------------
This is an event property which allows you to install your own application
handler for all IRQs. Note, due to Windows is not a verily multi-task system of
real time the time of delivery a message about an IRQ generated up to your
application interrupt handler is not assured.


 
Digitman ©   (2002-10-25 16:22) [43]

>jonik pegas
>>В Microsoft не учли ...

Да вот как раз и учли) ... Иначе - кому эта P&P нужна, спрашивается)...


 
Пятачок   (2002-11-04 06:40) [44]

Ой мамочка!!!....



Страницы: 1 2 вся ветка

Текущий архив: 2003.01.13;
Скачать: CL | DM;

Наверх




Память: 0.54 MB
Время: 0.016 c
7-37395
Senator
2002-11-01 12:57
2003.01.13
скорость CD-Rom


1-36999
3asys
2002-12-28 11:35
2003.01.13
Запрет выделения текстав TRichEdit


4-37426
Valeriy
2002-11-23 21:50
2003.01.13
активные окна


7-37421
Xia
2002-10-29 16:39
2003.01.13
mov eax,


3-36956
DiLLeR
2002-12-17 14:38
2003.01.13
Delphi6 + QReport проблема, может кто сталкивался ...