Post Reply 
Sharp PC-1360 find
11-20-2024, 12:25 PM (This post was last modified: 11-20-2024 12:26 PM by Josef.)
Post: #21
RE: Sharp PC-1360 find
(11-19-2024 04:16 PM)blackjetrock Wrote:  [
Quote:I looked at all the pocket computers available. Since I program in BASIC, I finally chose a Sharp PC-E500S since it had the most powerful BASIC of any handheld other than the HPs which were out of my price range. 1500 and 1600 BASIC both limit arrays to 255 elements in each dimension:
DIM A(256) will give an error. This is too limiting for me. The PC-E500S has IF..THEN...ELSE...ENDIF (in addition to the older, single-line IF THEN) as well as SWITCH...ENDSWITCH, REPEAT...UNTIL and WHILE...WEND all of which make programming it a joy. Also I have a 256K RAM module for a total of 288K RAM, all directly usable by BASIC. My system includes the CE-126 thermal printer/cassette interface with the Sharp cassette recorder/player, and an RS-232 serial port that drives a Sharp CE-515P color plotter/printer.
I'm pretty happy with the setup.

Did you look at the Psion organiser 2?

Recently bought a Z88 (Zilog Z80), also an interesting device, you can buy modern RAM, FLASH etc. The OS is also relatively new.

https://en.wikipedia.org/wiki/Cambridge_Z88

[Image: 440px-Cambridge-Z88.jpg]
Find all posts by this user
Quote this message in a reply
11-20-2024, 05:01 PM
Post: #22
RE: Sharp PC-1360 find
(11-19-2024 04:16 PM)blackjetrock Wrote:  [
Quote:I looked at all the pocket computers available. Since I program in BASIC, I finally chose a Sharp PC-E500S since it had the most powerful BASIC of any handheld other than the HPs which were out of my price range. 1500 and 1600 BASIC both limit arrays to 255 elements in each dimension:
DIM A(256) will give an error. This is too limiting for me. The PC-E500S has IF..THEN...ELSE...ENDIF (in addition to the older, single-line IF THEN) as well as SWITCH...ENDSWITCH, REPEAT...UNTIL and WHILE...WEND all of which make programming it a joy. Also I have a 256K RAM module for a total of 288K RAM, all directly usable by BASIC. My system includes the CE-126 thermal printer/cassette interface with the Sharp cassette recorder/player, and an RS-232 serial port that drives a Sharp CE-515P color plotter/printer.
I'm pretty happy with the setup.

Did you look at the Psion organiser 2?

I have an Organizer II and a 5mx. OPL has some nice features but it's lacking an easy way to print (on the 5mx) and doesn't have READ-DATA statements that BASIC does.

I finally got a good deal on an HP-71 with the Math Pac. It has the most complete BASIC of any of the handhelds I've seen (including MAT statements), has a lot of RAM (with add-on modules) and peripherals are easy to connect. I currently have a full-sized printer, single floppy drive, two mini cassette drives and an RS-232 port connected. The one drawback I can see is that it's slow.

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
11-20-2024, 05:37 PM
Post: #23
RE: Sharp PC-1360 find
(11-20-2024 05:01 PM)toml_12953 Wrote:  I have an Organizer II and a 5mx. OPL has some nice features but it's lacking an easy way to print (on the 5mx) and doesn't have READ-DATA statements that BASIC does.

And OPL doesn't have any good mechanism for dynamic array allocation. All of your arrays have to be explicitly declared with a static length. Still, the language does have a lot of neat features of its own.
Visit this user's website Find all posts by this user
Quote this message in a reply
Today, 06:49 PM
Post: #24
RE: Sharp PC-1360 find
(11-19-2024 02:30 PM)marcin1812 Wrote:  [quote='Josef' pid='195862' dateline='1731964577']
I have tested demanding astronomical calculations on PC-1500 and PC-1350. Surprisingly, the PC-1500 is faster in mathematical operations. So more complex tests are needed than just FOR I=....
PC1350 - 17.2 sec.
PC1500 - 13.5 sec.

N-Queen:
PC1350 - 6:18 (876)
PC1500 - 3:40 (876)

My PC1360 8:16 poor...


Fresh PC-G850V, just arrived from Japan:
0:39 (876)

Z80 @8MHz such a powerfull machine... Smile
Basic, C, Z80Asm. Better than game console for long winter evenings!
Except Prime of course!
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: Josef, 2 Guest(s)