Monday, July 27, 2009

Advice any good book on C hardware programming as soon as possible ?

I want to learn Advance C programming including Hardware programming through C like blinking of LED through printer ports,controlling microprocessor etc,So please advice me any good link cointaing stuffs or Good BOOKS ............


OR if any one know some thing please share with me ..

Advice any good book on C hardware programming as soon as possible ?
It is very simple. Write these codes:





char byte = 0xff;


outportb( 0x378, byte );





byte is something you want to see in the output port. It is a character. The above code outputs 1's in the pins 1 - 8 of printer port.
Reply:you should do a couple searches on Textbook411.com , its a price comparison search engine for textbooks and tech books, it is a great resource, good luck!


No comments:

Post a Comment