Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

I need to transfer data via IO address - access in C++

Status
Not open for further replies.

PRAVEEN K

Junior Member level 1
Joined
Aug 29, 2008
Messages
17
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,409
IO access in C++

Hi,

I need to transfer data via IO address. I am able to transfer a word to an address by using outport. Is it possible in C++ to transfer 32 bit data to a particular address in burst mode?

Thank U
 

IO access in C++

Without telling about the target hardware and possible OS enviroment (if any), the question is meaningless.
 

Re: IO access in C++

Hi

The target is a data acquisition card with PCI interface(33MHz) and using win 98. I assigned an address to the card with which it is acessed. I tried trasnfering a byte using outportb() and inportb() and its fine. I need to know whether its possible to transfer 32 bit data in burst mode. If yes, how can it be done?

Thanks
 

IO access in C++

What is the compiler that you are using :?:
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top