Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split the ibfoo API into its own file. | phk | 2005-02-12 | 1 | -0/+1 |
| | | | | | Implement ibdma() (only affects ibrd() mode) Implement ibeot() | ||||
* | Allocate more space for softc. Amazing my machine survived this. | phk | 2005-02-06 | 1 | -1/+1 |
| | |||||
* | Further elaborate the GPIB driver. We now support a minimal subset of | phk | 2005-02-06 | 1 | -263/+31 |
| | | | | the ibfoo() API. | ||||
* | Forgot to mark the IRQ as MPSAFE. | phk | 2005-02-01 | 1 | -1/+5 |
| | |||||
* | Add a IEEE488 driver for PCIIA compatible cards. | phk | 2005-02-01 | 1 | -0/+419 |
This driver implements "unaddressed listen only mode", which is what printers and plotters commonly do on GP-IB busses. This means that you can capture print/plot like output from your instruments by configuring them as necessary (good luck!) and cat -u /dev/gpib0l > /tmp/somefile Since there is no way to know when no more output is comming you will have to ctrl-C the cat process when it is done (that is why the -u is important). |