<?xml version="1.0" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>16Sector.com - Group: A2 - The Power ][ Be Your Best</title>
	<link>http://16sector.com/forum?group=3</link>
	<description><![CDATA[Yet Another A2 Hardware Source]]></description>
	<generator>Simple:Press Forum Version 3.1.2</generator>
	<atom:link href="http://16sector.com/forum?group=3&#38;xfeed=group" rel="self" type="application/rss+xml" />
<item>
	<title>leaknoil on Any updates?</title>
	<link>http://16sector.com/forum/proterm-v31-community-support/any-updates/page-1/post-37/#p37</link>
	<category>ProTERM v3.1 Community Support</category>
	<guid isPermaLink="true">http://16sector.com/forum/proterm-v31-community-support/any-updates/page-1/post-37/#p37</guid>
	<description><![CDATA[<p>Ahh got it. Thanks . </p>
<p>It's old school and all but, man that green and black is hard to look at. The real deals didn't have all that contrast going on so, it wasn't so painful. Maybe if a smear jello on my eyeballs it will be more realistic.</p>
]]></description>
	<pubDate>Sat, 02 May 2009 19:06:51 -0700</pubDate>
</item>
<item>
	<title>hughhood on ProTERM Macro for 115,200 Baud Support</title>
	<link>http://16sector.com/forum/proterm-v31-community-support/proterm-macro-for-115200-baud-support/page-1/post-36/#p36</link>
	<category>ProTERM v3.1 Community Support</category>
	<guid isPermaLink="true">http://16sector.com/forum/proterm-v31-community-support/proterm-macro-for-115200-baud-support/page-1/post-36/#p36</guid>
	<description><![CDATA[<p>Fellas,</p>
<p>Here are the ProTERM 3.1 Global Macros I promised to support 115,200 baud Zilog SCC capability on the Apple IIGS built-in serial ports.</p>
<p>Please try them out and let me know of any problems, or if you feel I should expand the comments.</p>
<p>Just add these macros to your PT3.GLOBAL file (a text file) in place of the unused OPTION-'h' and OPTION-'H' macros and try them out.</p>
<p>OPTION-'h' resets everything to the ProTERM defaults (110 - 57600 baud), while OPTION-'H' kicks the serial ports into 115,200 baud mode.</p>
<p>I've attempted to make these 'user friendly'. For example, a message describes what is about to happen and allows you to cancel before invoking the 'guts' of the macro.</p>
<p>If your Modem hardware setup is not for one of the built-in IIGS serial ports, you'll get a message informing this, and the macro is cancelled.</p>
<p>Hugh Hood</p>
<p>P.S. - As soon as I get a positive report back on my patch to allow the Super Serial Card to communicate at 115,200 baud from within ProTERM, I'll add it to this same macro.</p>
<p>P.P.S. - In ProTERM, all items within * * are comments.</p>
<p>*<br />
==========================================================================<br />
ProTERM 3.1 High-Speed 115,200 Baud SCC Serial Port Macros<br />
by Hugh Hood / April 29, 2009<br />
==========================================================================<br />
*</p>
<p>*<br />
OPTION-h (lc): Restores available baud rates to ProTERM defaults.<br />
*<br />
@@h</p>
<p>BP 0</p>
<p>IF (ANd !(EQual (MEm 2385), 57), !(EQual (MEm 2385), 56)), {NOte<br />
"This macro is only for use with the Zilog 8530^m"+<br />
 "SCC Serial Ports built into the Apple IIGS." EXit}</p>
<p>NOte "This macro restores the available baud rates to the ProTERM defaults.^m^m"+<br />
     " To invoke a fixed 115,200 rate, use the  macro.^m^m"+<br />
     "                    Press   ESCAPE   to cancel."</p>
<p>IF $w, {EXit}<br />
                                            * If they cancel  exit *</p>
<p>IF $d, {KEy "^["}                           * Leave Editor *</p>
<p>IF (EQual (MEm 2385), 57), {MEm 2398,"D0"}<br />
                                            * Source clock from Baud Rate<br />
                                              Generator for Printer Port -<br />
                                              Channel B / $C039 SCC WR 11 *</p>
<p>IF (EQual (MEm 2385), 56), {MEm 2398,"50"}<br />
                                            * Source clock from Baud Rate<br />
                                              Generator for Modem Port -<br />
                                              Channel A / $C038 SCC WR 11 *</p>
<p>MEm 2388,"01"<br />
                                            * Enable Baud Rate Generator<br />
                                              SCC WR 14 *</p>
<p>MEm 2512,"4745444C4F4D"<br />
                                            * Set 16x Clock Mode Multiplier *</p>
<p>MEm 9162,"313130202033303020203132303020323430302034383030203936303020313932303033383430303537363030"<br />
                                            * Set Baud Rate List to<br />
                                              Default Rates *</p>
<p>DO "online:parameters","[ok]"<br />
                                            * Bump ProTERM to accept<br />
                                              changed values *</p>
<p>JSr 2355<br />
                                            * Bump Zilog SCC to accept<br />
                                              changed values *</p>
<p>EXit</p>
<p>*<br />
OPTION-H (uc) : Changes baud to a fixed, 115,200 rate.<br />
*<br />
@@H</p>
<p>BP 0</p>
<p>IF (ANd !(EQual (MEm 2385), 57), !(EQual (MEm 2385), 56)), {NOte<br />
"This macro is only for use with the Zilog 8530^m"+<br />
 "SCC Serial Ports built into the Apple IIGS." EXit}</p>
<p>NOte " This macro changes the baud to a fixed 115,200 rate.^m^m"+<br />
     "To restore default settings, use the  macro.^m^m"+<br />
     "              Press   ESCAPE   to cancel."</p>
<p>IF $w, {EXit}<br />
                                            * If they cancel  exit *</p>
<p>IF $d, {KEy "^["}                           * Leave Editor *</p>
<p>IF (EQual (MEm 2385), 57), {MEm 2398,"80"}<br />
                                            * Source clock from RTxC Pin<br />
                                              for Printer Port -<br />
                                              Channel B / $C039 SCC WR 11 *</p>
<p>IF (EQual (MEm 2385), 56), {MEm 2398,"00"}<br />
                                            * Source clock from RTxC Pin<br />
                                              for Modem Port -<br />
                                              Channel B / $C039 SCC WR 11 *</p>
<p>MEm 2388,"00"<br />
                                            * Disable Baud Rate Generator<br />
                                              SCC WR 14 *</p>
<p>MEm 2512,"8785848C8F8D"<br />
                                            * Set 32x Clock Mode Multiplier *</p>
<p>MEm 9162,"3131352E323131352E323131352E323131352E323131352E323131352E323131352E323131352E323131352E32"<br />
                                            * Set Baud Rate List to<br />
                                              115,200 Baud Rate *</p>
<p>DO "online:parameters","[ok]"<br />
                                            * Bump ProTERM to accept<br />
                                              changed values *</p>
<p>JSr 2355<br />
                                            * Bump Zilog SCC to accept<br />
                                              changed values *</p>
<p>EXit</p>
<p>*<br />
==========================================================================<br />
*</p>
]]></description>
	<pubDate>Thu, 30 Apr 2009 19:23:14 -0700</pubDate>
</item>
<item>
	<title>tdiaz on Any updates?</title>
	<link>http://16sector.com/forum/proterm-v31-community-support/any-updates/page-1/post-35/#p35</link>
	<category>ProTERM v3.1 Community Support</category>
	<guid isPermaLink="true">http://16sector.com/forum/proterm-v31-community-support/any-updates/page-1/post-35/#p35</guid>
	<description><![CDATA[<p>The cryptic post previously by me was the moment it happened, it was really late. I meant to post the notice here too. </p>
<p>Read here:<br />
<a href="http://a2central.com/?p=1701" rel="nofollow">http://a2central.com/?p=1701</a><br />
.. which references to here:</p>
<p><a href="http://lostclassics.apple2.info/" rel="nofollow">http://lostclassics.apple2.info/</a></p>
]]></description>
	<pubDate>Thu, 30 Apr 2009 09:23:18 -0700</pubDate>
</item>
<item>
	<title>leaknoil on Any updates?</title>
	<link>http://16sector.com/forum/proterm-v31-community-support/any-updates/page-1/post-34/#p34</link>
	<category>ProTERM v3.1 Community Support</category>
	<guid isPermaLink="true">http://16sector.com/forum/proterm-v31-community-support/any-updates/page-1/post-34/#p34</guid>
	<description><![CDATA[<p>DId this end up not happening ? I've been checking back for months now since it was announced. SInce it is freeware is there anyone that can just email me the .dsk images ?</p>
]]></description>
	<pubDate>Wed, 29 Apr 2009 18:24:02 -0700</pubDate>
</item>
<item>
	<title>tdiaz on Any updates?</title>
	<link>http://16sector.com/forum/proterm-v31-community-support/any-updates/page-1/post-33/#p33</link>
	<category>ProTERM v3.1 Community Support</category>
	<guid isPermaLink="true">http://16sector.com/forum/proterm-v31-community-support/any-updates/page-1/post-33/#p33</guid>
	<description><![CDATA[<p>.. and without much ado .. </p>
<p>...another cat is outta the bag. </p>
<p>As I pushed the button.. what came on iTunes ...</p>
<p>Two by two walking hand in hand<br />
(Walking through the air)<br />
The bones start marching from the promised land<br />
(Comes from everywhere)<br />
Their voices carry like the sound of glass<br />
(Breaking on the ground)<br />
It burns my ears when they sing, "Everything you do is wrong!"<br />
Everything!<br />
Everything you do is wrong!<br />
Not the same man I was before! (Same man, oooh)</p>
]]></description>
	<pubDate>Sat, 18 Apr 2009 04:28:06 -0700</pubDate>
</item>
<item>
	<title>Bill Buckels on Any updates?</title>
	<link>http://16sector.com/forum/proterm-v31-community-support/any-updates/page-1/post-32/#p32</link>
	<category>ProTERM v3.1 Community Support</category>
	<guid isPermaLink="true">http://16sector.com/forum/proterm-v31-community-support/any-updates/page-1/post-32/#p32</guid>
	<description><![CDATA[<p>Hi Tony,</p>
<p>I am checking-in as well. I am making a load of disks for Dan Wallace who uses the Internet at his local library, and believe it or not, is still using the Apple II as his primary computer without flash drives or anything. In this day of QUAD CORE XENONS and all those other toys that spoil us all, it is cool to correspond with someone that sends me neat and rare stuff on floppy like we did back in the BBS days. </p>
<p>For Dan as well as for me I was just checking-in as I say, to grab ProTERM. My life is crazy too, so I’ll check back a little later in the month and see what Tony hath wrought:) Sorry but not waiting anxiously. But will be happy when you are ready…</p>
<p>Cheers,</p>
<p>Bill</p>
<p><a href="http://www.aztecmuseum.ca/" target="_blank" target="_blank">The Official Aztec C Online Museum</a></p>
]]></description>
	<pubDate>Sun, 01 Mar 2009 13:07:48 -0800</pubDate>
</item>
<item>
	<title>tdiaz on Any updates?</title>
	<link>http://16sector.com/forum/proterm-v31-community-support/any-updates/page-1/post-31/#p31</link>
	<category>ProTERM v3.1 Community Support</category>
	<guid isPermaLink="true">http://16sector.com/forum/proterm-v31-community-support/any-updates/page-1/post-31/#p31</guid>
	<description><![CDATA[<p>Hello,</p>
<p>Sorry for the delays - in a bid to "get it right" and personal issues getting in between, I just crashed on time and availability. </p>
<p>I'm looking at getting it over with this week now. </p>
<p>Thanks for the interest.</p>
]]></description>
	<pubDate>Wed, 18 Feb 2009 15:42:19 -0800</pubDate>
</item>
<item>
	<title>tcp100 on Any updates?</title>
	<link>http://16sector.com/forum/proterm-v31-community-support/any-updates/page-1/post-30/#p30</link>
	<category>ProTERM v3.1 Community Support</category>
	<guid isPermaLink="true">http://16sector.com/forum/proterm-v31-community-support/any-updates/page-1/post-30/#p30</guid>
	<description><![CDATA[<p>Hi Tony. Any updates on when Proterm 3.1 may be released to the masses? Waiting anxiously!  Been working on getting my GBBS up again, can't find my old Proterm 2 disks so this would be a great help!</p>
]]></description>
	<pubDate>Sun, 15 Feb 2009 19:01:53 -0800</pubDate>
</item>
<item>
	<title>Scott on Very Excited!</title>
	<link>http://16sector.com/forum/proterm-v31-community-support/very-excited/page-1/post-29/#p29</link>
	<category>ProTERM v3.1 Community Support</category>
	<guid isPermaLink="true">http://16sector.com/forum/proterm-v31-community-support/very-excited/page-1/post-29/#p29</guid>
	<description><![CDATA[<p>I'm extremely excited about the free release of ProTERM!  Please post the disk image as soon as possible - I need it for my retro Linux console.  <img src='http://16sector.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Thank you to everyone involved!</p>
<p>Scott</p>
]]></description>
	<pubDate>Sun, 04 Jan 2009 14:36:29 -0800</pubDate>
</item>
<item>
	<title>ShadowWolf on What Apple II do you have?</title>
	<link>http://16sector.com/forum/a2-related/what-apple-ii-do-you-have/page-1/post-22/#p22</link>
	<category>Apple ][ Related Topics</category>
	<guid isPermaLink="true">http://16sector.com/forum/a2-related/what-apple-ii-do-you-have/page-1/post-22/#p22</guid>
	<description><![CDATA[<p>ROM 1 Apple IIgs that was purchased back in late 1987.<br />
It has Grappler+ hooked up to an HP Deskjet 560c, Uthernet card, TranswarpGS running at 10MHz with 32k cache, Supersonic card, Apple 3.5" floppy controller card for my 2 3.5" SuperDrives, RAMFast SCSI card with 3.01f ROMs and 1MB cache hooked up to a 540MB hard drive and an AppleCD 300e+ CD-ROM drive and a 4MB RAM card (looking into upgrading it with an 8MB Sirius card but it might be a while before I'll place an order).</p>
]]></description>
	<pubDate>Wed, 23 Jul 2008 13:53:45 -0700</pubDate>
</item>
<item>
	<title>kms007 on USB and the Apple II?</title>
	<link>http://16sector.com/forum/a2-related/usb-and-the-apple-ii/page-1/post-14/#p14</link>
	<category>Apple ][ Related Topics</category>
	<guid isPermaLink="true">http://16sector.com/forum/a2-related/usb-and-the-apple-ii/page-1/post-14/#p14</guid>
	<description><![CDATA[<p>I'd love to see a USB drive solution for the IIGS - it would make transferring files from my Mac to the IIGS so much easier. What are the challenges associated with making something like this? Is it feasible? On the horizon? </p>
<p>Thanks!</p>
<p>-kms007</p>
]]></description>
	<pubDate>Sun, 13 Jul 2008 08:43:22 -0700</pubDate>
</item>
<item>
	<title>kms007 on What Apple II do you have?</title>
	<link>http://16sector.com/forum/a2-related/what-apple-ii-do-you-have/page-1/post-13/#p13</link>
	<category>Apple ][ Related Topics</category>
	<guid isPermaLink="true">http://16sector.com/forum/a2-related/what-apple-ii-do-you-have/page-1/post-13/#p13</guid>
	<description><![CDATA[<p>I have 2 Apple IIGS's. One purchased new back in August 1987  - the other was purchased used a few years later. Both are ROM1 machines, and currently, both have stayed dormant for the better part of 10 years. I have a Second Sight VGA card in one of the IIGS's - and once I get the appropriate VGA cable, I'll be able to see something on the screen.</p>
<p>I'm having a tough time determining which CFFA card solution to purchase. There's at least three manufacturers, and the price points are all the same. I'm leaning towards the Focus drive, with System 6.0.1 installed. </p>
<p>Looking forward to reconnecting with the Apple IIGS and fellow Apple II users...</p>
<p>-kms007</p>
]]></description>
	<pubDate>Sun, 13 Jul 2008 08:18:04 -0700</pubDate>
</item>
<item>
	<title>tdiaz on What Apple II do you have?</title>
	<link>http://16sector.com/forum/a2-related/what-apple-ii-do-you-have/page-1/post-8/#p8</link>
	<category>Apple ][ Related Topics</category>
	<guid isPermaLink="true">http://16sector.com/forum/a2-related/what-apple-ii-do-you-have/page-1/post-8/#p8</guid>
	<description><![CDATA[<p>I forgot to mention, the Space Station MIR is probably in here someplace, too. <img src='http://16sector.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>(A Blast from KFest Past)</p>
]]></description>
	<pubDate>Sun, 06 Jul 2008 00:40:05 -0700</pubDate>
</item>
<item>
	<title>Speccie on What Apple II do you have?</title>
	<link>http://16sector.com/forum/a2-related/what-apple-ii-do-you-have/page-1/post-7/#p7</link>
	<category>Apple ][ Related Topics</category>
	<guid isPermaLink="true">http://16sector.com/forum/a2-related/what-apple-ii-do-you-have/page-1/post-7/#p7</guid>
	<description><![CDATA[<p>A ROM 03 IIgs running at 12.49Mhz, with Uthernet and CFFA cards as my working computer, and in the attic, a collection including an Apple ][, Apple ][+, Apple //e, and Apple IIgs ROM 01.</p>
]]></description>
	<pubDate>Sun, 06 Jul 2008 00:37:28 -0700</pubDate>
</item>
<item>
	<title>gsmcten on What Apple II do you have?</title>
	<link>http://16sector.com/forum/a2-related/what-apple-ii-do-you-have/page-1/post-6/#p6</link>
	<category>Apple ][ Related Topics</category>
	<guid isPermaLink="true">http://16sector.com/forum/a2-related/what-apple-ii-do-you-have/page-1/post-6/#p6</guid>
	<description><![CDATA[<p>I have many Apple II computers, but the project I am currently working on is an Apple IIGS (ROM 3 with 1 MEG RAM onboard). A Four MEG RAM card, and a CFFA Drive (128 MEG) from Rich Dreher. I am trying to get up on the internet with AOL as a portal.</p>
<p>gsmcten (Steven)</p>
]]></description>
	<pubDate>Sat, 05 Jul 2008 20:18:49 -0700</pubDate>
</item>
</channel>
</rss>