Hey Cedric, thanks for your reply. My problem is solved so far. I made a very dumb fault in buffer conversion - its working now.
Thanks for the heads up with polling. I will think about that. Tobias 2006/3/13, Cedric Roux <[EMAIL PROTECTED]>: > Did you think about using select to check for free space in your > device instead of this GETOSPACE method? > > The polling is not a good way to do it, I think. > > Maybe you also have the card in non-blocking mode (or the opposite). > If you change that, myabe also... > > Try to avoid the polling method, IMHO. > > Take care, > Cedric.
