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);)
Be the first to post a text review of PIOL. Rate and review a project by clicking thumbs up or thumbs down in the right column.
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 working only on linux ! Repeared some errors and bugs
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?