HP Forums
CASette IO Utilities updated - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: Not HP Calculators (/forum-7.html)
+--- Forum: Not remotely HP Calculators (/forum-9.html)
+--- Thread: CASette IO Utilities updated (/thread-2708.html)



CASette IO Utilities updated - Marcus von Cube - 12-25-2014 12:37 PM

I've updated my CASette IO Utilities. Some programs now support Unicode (UTF-8) input an output. Here is an example from list850:

Code:
Program (ASCII): "charpb7.TXT"

120PRINT"¥╲"
130PRINT"80:▁▂▃▄▅▆▇█"
140PRINT"88:▏▎▍▌▋▊▉┼":INPUTA$:CLS
150PRINT"90:┴┬┤├⎹─│⎺"
160PRINT"98:┌┐└┘╭╮╰╯":INPUTA$:CLS
170PRINT"A0: 。「」、・ヲァ"
180PRINT"A8:ィゥェォャュョッ":INPUTA$:CLS
190PRINT"B0:ーアイウエオカキ"
200PRINT"B8:クケコサシヌャソ":INPUTA$:CLS
210PRINT"C0:タチツテトナニヌ"
220PRINT"C8:ネノハヒフヘホマ":INPUTA$:CLS
230PRINT"D0:ミムメモヤユヨラ"
240PRINT"D8:リルレロワン゛゜":INPUTA$:CLS
250PRINT"E0:═╞╪╡┴◣◥◤"
260PRINT"E8:♠♥♦♣●○▄╲":INPUTA$:CLS
270PRINT"F0:*円年⽉⽇時分秒"
280PRINT"F8:〒市区町村人░":INPUTA$:CLS

Code F0 is originally the multiplication sign (×) but this would break the communication protocol to the PB-700 and is therefore silently replaced with '*' by the bas850 compiler.

For those of you who own an HP Jornada 720: You can now run the utilities in the command window of your Windows CE handheld.


RE: CASette IO Utilities updated - jebem - 01-02-2015 11:16 PM

Thanks, Marcus!


RE: CASette IO Utilities updated - Marcus von Cube - 01-09-2015 03:34 PM

A minor update is online. bas850 can now create data files (some testing required!)


RE: CASette IO Utilities updated - Marcus von Cube - 01-14-2015 05:53 PM

(01-09-2015 03:34 PM)Marcus von Cube Wrote:  A minor update is online. bas850 can now create data files (some testing required!)

I did some testing. The result is another update to list850 and bas850. The download is updated.