[Linux-parport] True Parallel Port Interface for Bit-banging?

Maciej S. Szmigiero mail at maciej.szmigiero.name
Tue Oct 25 17:04:01 PDT 2016


On 25.10.2016 16:56, Sebastian Frias wrote:
> On 10/25/2016 04:29 PM, Wolfram Sang wrote:
>>> The virtualisation idea is not good then?
>>
>> It is not that. I think good old DOSEMU could do that. Bit-Banging ports
>> can be timing critical, though, and in this department virtualization
>> solutions often fail.
>>
> 
> Thanks.
> I understand your point, but I'm guessing that the big-banging routine (or the
> protocol to be used) should be time-independent in order to run on different
> real HW PCs, right? Otherwise a 386DX and a 486DX2 could behave differently,
> right?
> 
> Or is the "timing issue" you talk about more related to unpredictable
> latencies due to the way the SW virtualisation works?
> 
> What about emulation? Do you think emulation would be more predictable?

I don't have experience with bit-banging parallel port but I do have
some with bit-banging PC serial ports (which should be very similar)
and can confirm that old DOS software can be *very* fragile with regard
to timing.
I have tried dosemu, dosbox and as far I remember also VirtualBox
with an old, DOS car service app.
Wasn't able to make it communicate until I booted true DOS.
That machine had old-style ISA serial ports so it was possible.

You also have asked previously whether laptop port would work.
On my current HP Elitebook ports of both types are wired to Super IO,
and using PC standard IO port and interrupt numbers.

I also remember that at least on ThinkPads and HP Compaqs that I had
contact with (these were laptops from 10+ years ago) both serial and
parallel ports were wired to Super IO chip (including ones available
only via port replicator).
So they were also at PC standard resources.

However, other issue is that sometimes such ports are inactive by
default (don't respond) until enabled by PnP.

This is also a problem with PCMCIA cards - they are disabled
by default.
I have Argosy 2xRS232 PCMCIA card and remember it came with
DOS driver which could enable them on I/O port close to standard
one - this was one of their major selling points.
So your ExpressCard would probably need similar software.

Maciej




More information about the Linux-parport mailing list