Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/01/05 15:13
Read: times


 
Msg Score: -3
 -3 Didn't Search First
#92674 - printer interface with at89s8252
hello everybody


i want to transfer data (8 bit) from computer to at98s8252 microcontroller using a parallel port
i'm using delphi for interfacing
the function in delphi is :

procedure setport (portnumber:word;outvalue:byte);
begin
asm
mov dx,portnumber;
mov al,outvalue
out dx,al
end;
end;

this procedure for transfer data to paralel port

i want to know, just ask is there anybody can help me?
how to take a data that have been transferred to microcontroller with that function?



List of 7 messages in thread
TopicAuthorDate
printer interface with at89s8252            01/01/70 00:00      
   Have you tested it yet?            01/01/70 00:00      
      ...and yet...            01/01/70 00:00      
         Indeed            01/01/70 00:00      
      Windoze            01/01/70 00:00      
         Delphi            01/01/70 00:00      
            But why?            01/01/70 00:00      

Back to Subject List