Hi,
Does there excist a list of errorcodes (and their meaning of course) as returned by OpenDevice()?
I know that 0 means OK, but what about 32, 44 and 255 (or -1)?
Thank you, OldFart
maybe looking in printer.h or serial.h or... whatever your're opening can help with errors.
AOS4.1/SAM460ex/PPC460EX-1155MHZ/2048MB/RadeonHD6570/SSD120GB/DVDRW :-P
exec/errors.h has a small list of "Standard Device IO Errors (returned in io_Error)":
As you might guess, -1 is a generic failure. There's nothing like 32, 44, or 255, so those are probably specific to that particular device.
maybe looking in printer.h or serial.h or... whatever your're opening can help with errors.
AOS4.1/SAM460ex/PPC460EX-1155MHZ/2048MB/RadeonHD6570/SSD120GB/DVDRW :-P
exec/errors.h has a small list of "Standard Device IO Errors (returned in io_Error)":
As you might guess, -1 is a generic failure. There's nothing like 32, 44, or 255, so those are probably specific to that particular device.