Post Reply 
CASette IO Utilities updated
12-25-2014, 12:37 PM
Post: #1
CASette IO Utilities updated
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.

Marcus von Cube
Wehrheim, Germany
http://www.mvcsys.de
http://wp34s.sf.net
http://mvcsys.de/doc/basic-compare.html
Find all posts by this user
Quote this message in a reply
01-02-2015, 11:16 PM
Post: #2
RE: CASette IO Utilities updated
Thanks, Marcus!

Jose Mesquita
RadioMuseum.org member

Find all posts by this user
Quote this message in a reply
01-09-2015, 03:34 PM
Post: #3
RE: CASette IO Utilities updated
A minor update is online. bas850 can now create data files (some testing required!)

Marcus von Cube
Wehrheim, Germany
http://www.mvcsys.de
http://wp34s.sf.net
http://mvcsys.de/doc/basic-compare.html
Find all posts by this user
Quote this message in a reply
01-14-2015, 05:53 PM
Post: #4
RE: CASette IO Utilities updated
(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.

Marcus von Cube
Wehrheim, Germany
http://www.mvcsys.de
http://wp34s.sf.net
http://mvcsys.de/doc/basic-compare.html
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)