Tools for working with Cidco Mailstations

README: make it clear you have to type hex values in

+7 -6
+7 -6
README.md
··· 55 55 `loader` is used to load binary code over the Laplink cable into RAM and then 56 56 execute it. 57 57 58 - You need to load `z80/loader.bin` into one of the application slots as detailed 59 - above, then run the new Loader app on the Mailstation. 58 + You need to type the hex values of `z80/loader.bin` (tip: use `hexdump -C 59 + z80/loader.bin`) into one of the application slots as detailed above, then run 60 + the new Loader app on the Mailstation. 60 61 Then run `mailsend.exe <your binary file>` to send your binary code over the 61 62 Laplink cable and it will be executed as soon as the transfer is done. 62 63 ··· 65 66 `codedump` is used to read the contents of the 1Mb flash chip containing the 66 67 Mailstation's code and send it over the Laplink cable. 67 68 68 - You need to load `z80/codedump.bin` into one of the application slots as 69 - detailed above. 69 + You need to type the hex values of `z80/codedump.bin` into one of the 70 + application slots as detailed above. 70 71 71 72 Run `maildump.exe /code` to wait for the code dump to begin. 72 73 ··· 80 81 Mailstation's data area (containing downloaded programs, e-mails, etc.) and 81 82 send it over the Laplink cable. 82 83 83 - You need to load `z80/datadump.bin` into one of the application slots as 84 - detailed above. 84 + You need to type the hex values of `z80/datadump.bin` into one of the 85 + application slots as detailed above. 85 86 86 87 Run `maildump.exe /data` to wait for the data dump to begin. 87 88