[pso] [tema2] Folosire SET_LINE

Bogdan Tenea tenea.bogdan at gmail.com
Sun Apr 12 18:07:30 EEST 2009


Cred ca se vroia al 2-lea ocetet acolo. Macroul cred ca ar trebui sa fie:

#define SET_LINE(baud,len,stop,par,base) { outb(0x80,(base)+3); \
                       outb((baud)&0x00FF,(base)); \
                       outb(((baud)&0xFF00)*>>8*,(base)+1); \
                       outb(0x0,(base)+3); \
                       outb((len)|(stop)|(par),(base)+3);\
                         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://cursuri.cs.pub.ro/pipermail/pso/attachments/20090412/ad34fce8/attachment-0001.htm>


More information about the pso mailing list