UTILIA s.r.o. | Development and manufacturing of electronic equipment |
PC Card For Teletext Reception with a Software Development Kit
Software Development Kit Includes :
several types of virtual drivers:
Windows 95/98:
ttxrecm.vxd - a static driver. It can be cloned by using program called
"Clonner". This allows for the use of multiple cards in one computer.
Windows NT
tele.sys - a static driver.
ttxrec.dll - dynamic library, which connects the application with the functions of the
card. Its build for a simple control while not limiting the broad functions of the
teletext cards.
SDK also includes two demo applications, and its source code.
TTXDemo, not too useful, but with its simple interface shows the use of the dynamic library ttxrec.dll. Shows only headers of the incoming teletext pages. | |
TTXSucker, has a purpose. For every incoming page it builds an file which is build as more information comes in. This file includes all the corresponding sub-pages. From these pages are then removed all the text attributes and graphics, so the information that is being stored is then easily useable for other purposes.
|
|
A card that includes a tuner also has auto tuning. |
Demo applications were programmed in Borland Delphi 3. Programmers using Delphi are in an advantage, but since there are a lot of similarities between Delphi, C++, Visual Basic, and Visual C++, it should not be a problem in understanding the source code and writing a program in different programming language.
Utilia Main Page | Back To the Teletext Main Page |