This is a project of an open source library that makes possible to command I/O ports such as LPT or Serial port from any OS by the same functions. It includes also some portable time functions (delay_us(microseconds); delay_ms(milliseconds);)
Added function : int output(int adress , char value); Added function : unsigned char input(int adress); Added function : void delay_ms(int microseconds); Added function : void delay_s(int seconds); Added function : void delay_us(int microseconds); but ...
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use