... Yes. Just left-click (or right-click, too, I think) on the upper left corner next to where it says "Telnet" (blue bar area with the icon in it) and a drop...
1017
Jon Kirwan
jondkirwan
Feb 8, 2013 7:54 am
... The 21MX is required for the main processor, right? Or are you saying the main Access code run on a 2100? ... Are you saying there is a retired and unused...
1018
couryhousesmecc
Feb 8, 2013 8:45 am
-access uses 2100 or 21mx - yes at the moment is is behind glass. it has been 20 years since it has been powered up hmmm... the caps in the power...
1019
Jon Kirwan
jondkirwan
Feb 8, 2013 9:08 am
... Yeah, power supply capacitors that old can be an issue. I'd go through the whole thing with a fine tooth comb before powering it up. Okay, so I'll stop...
1020
kb9lfr
Feb 8, 2013 2:33 pm
A couple of comments: As to BREAK, yes, you can send a BREAK from a telnet session..how you do it depends on what emulator you are using. I often use putty,...
1021
Scott G Taylor
bub7734
Feb 8, 2013 4:04 pm
Hi Bob, The deal with sending control-spacebar is not that it is sending a BREAK, but it is sending a NULL. simh is incorrectly treating NULLs as a break,...
1022
Quentin North
quentinnuk
Feb 8, 2013 4:39 pm
Hi Scott Recently I noticed that the tsb utility of yours does not appear to extract CSAVED files off of tape images. Is that correct or have I got something...
1023
Tim Riker
timriker
Feb 8, 2013 4:51 pm
... That's the state my HP-2116A is in right now. Power circuits start coming up and then it blows a fuse. I'm pretty sure it's capacitors that need replacing,...
1024
couryhousesmecc
Feb 8, 2013 5:21 pm
Very nice! Yea shorted Caps will blow fuses.. but blowen fuses are better than fried transformer so than goodness for fuses! Good luck with it! ...
1025
Scott G Taylor
bub7734
Feb 8, 2013 11:40 pm
Hi Quentin, I just confirmed your report about CSAVEd files. I'm looking into why that's happening this weekend. I'll let you know when a fix is available....
1026
Scott G Taylor
bub7734
Feb 10, 2013 2:39 am
Quentin, I've fixed the CSAVE extraction, along with a few other fixes for CSAVE detonkenization. There are a number of other fixes included (TSC 200/300...
1027
Jon Kirwan
jondkirwan
Feb 10, 2013 4:46 am
... Thanks for the effort! ... Yup. I knew about that problem, as well. There is a recordsize attribute, memory serving, that may not be easily replicated...
1028
Quentin North
quentinnuk
Feb 11, 2013 3:01 pm
Hi Scott Thanks for fixing the CSAVE issue, working great now! Now Im trying to stretch the use of tsb a little to relocate library files from the system...
1029
Scott G Taylor
bub7734
Feb 12, 2013 3:08 am
HI Quentin, Nope, tsb won't tokenize on-the-fly (yet), so the use of "-T" will silently result in no tape image generated. This week I'm working on getting tsb...
1030
Eric Smith
jdripper
Mar 3, 2013 5:51 am
... We have the IOP listing for one version, as it used the same IOP code as 2000C' ("High Speed 2000C). We have an incomplete listing of the system processor...
1031
Eric Smith
jdripper
Mar 3, 2013 5:54 am
... Yes. But I found it easier to use my own cross-assembler written in Perl, rather than running HP's assembler on a simulator or real hardware. I've used...
1032
Eric Smith
jdripper
Mar 3, 2013 5:58 am
... I believe Mike meant a version for HP 1000/21xx DOS, not MS-DOS if that's what you meant. I don't know of any 1000/21xx assembler for MS-DOS, though if...
1033
Eric Smith
jdripper
Mar 3, 2013 6:03 am
... Access requires 2100, 21MX M-series, or 21MX E-series for both processors. HP only supported having the same processor type for both, though I think a...
1034
quentinnuk
Mar 26, 2013 3:43 pm
Hi Ive been undertaking some more extensive use of my SIMH Access system recently and have noticed an issue and just want to see if it is something my end or a...
1035
kopyta
Apr 26, 2013 2:40 am
Hi I have a problem with connection. A few days ago I was able to connect using telnet and playing games like oregon trail but suddenly I cannot connect to...
1036
Bob Brown
kb9lfr
Apr 26, 2013 3:32 am
Sorry.. Having some hw issues.. Hope to have Mickey up again very soon. -Bob Sent from my iPhone...
1037
Bob Brown
kb9lfr
Apr 26, 2013 4:26 am
Should be back up now..might have a few brief outages in coming days as I rework some hw but it should be up almost all of the time again. Sorry for the...
1038
A
imfreakingaw...
Apr 26, 2013 1:47 pm
Can anyone point me to a HOWTO or give me a big picture idea of what I need to get an emulated HP2000 running on simh?...
1039
mgemeny
Apr 28, 2013 1:10 pm
Sure, In the files section of this Yahoo group is a folder called "Access". In it you should find a zip file called "clean Access.zip" and PDF called...
1040
hruskaj
Apr 29, 2013 11:29 pm
Trying to get an old HP2100 up and running, but lacking this card. Do you have one that I could buy? Email jan.hruska@... Many thanks....
1041
A
imfreakingaw...
May 3, 2013 6:44 pm
Okay, I followed the instructions and converted the access.bat file into a Linux shell script. Which fails so I ran the commands manually and they fail- When I...
1042
Quentin North
quentinnuk
May 3, 2013 7:38 pm
I can provide you with a Linux startup script shortly, but basically you cannot attach the mux to port 23 unless you are root and the file name iopimg.bin is...
1043
Quentin North
quentinnuk
May 3, 2013 7:47 pm
Hi Ok, here is the startup script which uses screen to keep the consoles open: hp2000/access$ cat access_start #!/bin/bash echo Today is `date +%j` screen -d...
1044
mgemeny
May 3, 2013 10:29 pm
On a Unix box you may also have a Unix system damon sitting on TCP port 23, which is the telnet port. Windows usually doesn't have that problem. You could have...
1045
A
imfreakingaw...
May 10, 2013 7:17 pm
Hi Mike, I finally have gotten a chance to work on this again and with Quinten's and your input, I have it starting with no errors. Now I just need to figure...