Re: [ASM] OUT on XP




Hello Rémy,

Find all about Serial.com in here:

http://www.cs.utk.edu/~shuford/terminal/blum_serial_port.txt

dated 1995, but still valid for RS232.
(but don't store it as .txt as it then looses the format,
better store it as .html)

You also should check on RBIL (INT/IRQ/ports and more).

The code you show is actually really awful and detouring.

Newer PC's will not have the old-styled 8259 in there.
But even new ones may be part of the chipset and were
configured through a PCI story (check your BIOS setup),
they may be still enough downward compatible so you may
use all the info anyway.


I didn't follow all the logic in the code you presented,
But this 'dummy'-read of data-port actually clears the
'transmitter full'-flag which may have been an IRQ-reason.

I haven't tried kernelmode drivers in any windoze nor XP,
seems it needs a lot of OS-specific information.

__
wolfgang



.



Relevant Pages

  • Re: GENERATING AUTOMATIC NUMBERS
    ... I suggest you store two fields: ... > Date-auto increment format. ... Year in NN format, Julian Date in NNN format, ... I would like this feature to key off when the the preceding field, ...
    (microsoft.public.access.formscoding)
  • Re: A PC for music management and storage.
    ... access my audio system to manage and store music etc. ... MP3 format, about 1 Mb per minute, or WAV ... Hard drives are amazingly ... Bus and RAM speed may be important. ...
    (rec.music.classical.recordings)
  • Re: Suggestion needed on data storage format in text file
    ... the mailbox file and store the summary in the text file for fast ... Then you run into the problem of someone who gets very verbose with their subject line and exceeds the 100 characters. ... Two other ways - use CSV format, which is well documented and supported by PHP and other programs. ...
    (comp.lang.php)
  • Re: Max Function
    ... David: apparently my excel has a custom number format that I had forgotten ... Store number in A2:A10 ... criteria has been assigned a value and the Total row sums the total ...
    (microsoft.public.excel.worksheet.functions)
  • Re: Multiple date formats in a Table
    ... a date field could not store just the year 2004 - it would have ... display it as 1 Jan 2004, or you would have to just display the year for all ... The conversion of your existing text format date should be done in a query, ... Public Function TextToDate(strDate As String) As Date ...
    (microsoft.public.access.tablesdbdesign)