On Sat, Dec 06, 2003 at 01:35:01AM +0100, Andre Goessel wrote:
> 
>   ret = ioctl(fd, PPRSTATUS, &ret);
>   ^^^|
>       This will overwrite the data from the MSP430... chip.
> 
> Without the lefthand operand it works better:
> 
>   ioctl(fd, PPRSTATUS, &ret);
> 

that fixed it for me too!  thanks very much

-- 
Chris Howard                                     YipYap.Com
ch...@yipyap.com                                 Estes Park, Colorado  USA
current Estes Park weather --  http://www.yipyap.com/wscurrent.html

Reply via email to