Click here to Skip to main content
15,887,676 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: PCI Printer Ports? Pin
macklinbob22-May-13 4:07
macklinbob22-May-13 4:07 
GeneralRe: PCI Printer Ports? Pin
dusty_dex22-May-13 5:41
dusty_dex22-May-13 5:41 
GeneralRe: PCI Printer Ports? Pin
macklinbob22-May-13 6:03
macklinbob22-May-13 6:03 
GeneralRe: PCI Printer Ports? Pin
dusty_dex22-May-13 12:14
dusty_dex22-May-13 12:14 
GeneralRe: PCI Printer Ports? Pin
macklinbob22-May-13 12:33
macklinbob22-May-13 12:33 
GeneralRe: PCI Printer Ports? Pin
dusty_dex22-May-13 13:03
dusty_dex22-May-13 13:03 
AnswerRe: PCI Printer Ports? Pin
dusty_dex22-May-13 21:20
dusty_dex22-May-13 21:20 
GeneralRe: PCI Printer Ports? Pin
macklinbob23-May-13 3:38
macklinbob23-May-13 3:38 
Thanks,it shows I am not the only one fighting this problem.

Fifteen years ago I was designing PCI cards for medical electronics. I designed them using ISA base addresses and no interupts. They did not have to be configured by the system.

Today the onboard (ISA) ports are gone and repleaced by P&P PCI or PCIe cards. They have also been enhanced.

I had a similar problem with the serial ports. We used the RS-232 control lines to implement an external SPI interface. Again we wrote the code to direct access the serial port card. But when those cards were replaced by PCI cards our method no longer worked.

But Windows has a group of COMM instructions for working with a virtual serial port. I converted my applications to use this method and it works very well. It works with both PCI and PCIe serial port cards as well as USB serial port adapters.

Maybe i need to look into the new USB PP adapters. I do have one on one of my computers to connect to an old (VERY SPECIAL) printer. The driver for that printer will not work with a PCI PP but it will work with this USB PP.

Bob Macklin
Seattle, Wa
Question'System' : is not a class or namespace name Pin
Sikwate21-May-13 4:49
Sikwate21-May-13 4:49 
SuggestionRe: 'System' : is not a class or namespace name Pin
David Crow21-May-13 5:17
David Crow21-May-13 5:17 
AnswerRe: 'System' : is not a class or namespace name Pin
Richard MacCutchan21-May-13 6:24
mveRichard MacCutchan21-May-13 6:24 
GeneralRe: 'System' : is not a class or namespace name Pin
Sikwate21-May-13 7:45
Sikwate21-May-13 7:45 
QuestionRe: 'System' : is not a class or namespace name Pin
enhzflep21-May-13 8:04
enhzflep21-May-13 8:04 
AnswerRe: 'System' : is not a class or namespace name Pin
Sikwate21-May-13 8:14
Sikwate21-May-13 8:14 
GeneralRe: 'System' : is not a class or namespace name Pin
enhzflep21-May-13 8:46
enhzflep21-May-13 8:46 
GeneralRe: 'System' : is not a class or namespace name Pin
Sikwate21-May-13 9:04
Sikwate21-May-13 9:04 
GeneralRe: 'System' : is not a class or namespace name Pin
enhzflep21-May-13 9:41
enhzflep21-May-13 9:41 
GeneralRe: 'System' : is not a class or namespace name Pin
Sikwate21-May-13 11:20
Sikwate21-May-13 11:20 
AnswerRe: 'System' : is not a class or namespace name Pin
Sikwate21-May-13 11:27
Sikwate21-May-13 11:27 
GeneralRe: 'System' : is not a class or namespace name Pin
Richard MacCutchan21-May-13 20:48
mveRichard MacCutchan21-May-13 20:48 
SuggestionRe: 'System' : is not a class or namespace name Pin
enhzflep23-May-13 11:17
enhzflep23-May-13 11:17 
GeneralRe: 'System' : is not a class or namespace name Pin
Richard MacCutchan21-May-13 20:45
mveRichard MacCutchan21-May-13 20:45 
GeneralRe: 'System' : is not a class or namespace name Pin
Sikwate22-May-13 2:34
Sikwate22-May-13 2:34 
QuestionDisabling cut,copy,paste,rename and delete operation Pin
sarfaraznawaz20-May-13 21:42
sarfaraznawaz20-May-13 21:42 
AnswerRe: Disabling cut,copy,paste,rename and delete operation Pin
Richard MacCutchan20-May-13 22:51
mveRichard MacCutchan20-May-13 22:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.