newRPL - can't restore to 39gs
|
03-19-2019, 03:50 PM
Post: #10
|
|||
|
|||
RE: newRPL - can't restore to 39gs
(03-18-2019 11:01 PM)franco51 Wrote: It would be great if someone else could check this out please. This list is less than 60 bytes so it should fit in a single-packet of information. Data sent by the physical calc is prepared by newRPL's USB drivers, so it doesn't have any extra bytes and is properly formatted, I'm not surprised it arrives correctly even for multi-packet files. (03-18-2019 11:01 PM)franco51 Wrote: The difference in behaviours may suggest timing issues, at least in part.If for some reason libusb fails to recognize that extra byte and doesn't read it off the stream, all data sent afterwards will be shifted by one byte and all communications will fail. That makes me even more suspect of that extra byte being the issue. (03-18-2019 11:01 PM)franco51 Wrote: Finally, just to elaborate on the .nrpb file, opening it in Notepad++ I can see NRPB in plain text at the start of the content, followed by NULs, EOTs and so forth. (Notepad++ does see this file as a Normal text file). That's correct and expected. The file is binary and contains compiled RPL objects, but the first 4 bytes are used to identify the file type: NRPB is a full system backup as created by ARCHIVE/RESTORE while NRPL are individual objects (as saved by SDSTO for example). |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)