Problem writing object to file
"David Irwin" <[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.tini |
|---|---|
| Message-ID | <001301c40bc5$d9c1b4f0$3600a8c0@dell> |
All, I've recently run into a problem writing an object to a file using an object output stream on the TINI. Specifically, I have the following code running on a DS80C400 using 1.12 firmware: ObjectOutputStream out = new ObjectOutputStream(new FileOutputStream(hardwareFile)); <FAILURE> out.writeObject(knownHardware); out.flush(); ... out.close(); The code will compile with no errors on a Win2k machine. I upload and run the program but it halts after reaching the object creation but before getting to the actual object write. I've checked and the "knownHardware" object is not set to null and has a size greater than 0. After halting, the TINI will reset and all information on the TINI is lost. I'm at a loss...any ideas? Dave ________________ David H. Irwin (KC9EXQ) Chicago, IL [email protected] _______________________________________________ TINI mailing list TINI-6tN4nzCoH/[email protected] To UNSUBSCRIBE, edit your profile, or see list archives: http://lists.dalsemi.com/mailman/listinfo/tini