<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/pcbasic/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/pcbasic/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 12 Nov 2021 07:10:44 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pcbasic/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title>FORUM CLOSED - please use https://github.com/robhagemans/pcbasic/discussions</title><link>https://sourceforge.net/p/pcbasic/discussion/programs/thread/e64202af46/?limit=25#23b4</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This forum is now closed. The new discussion forum is at &lt;a href="https://github.com/robhagemans/pcbasic/discussions." rel="nofollow"&gt;https://github.com/robhagemans/pcbasic/discussions.&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Hagemans</dc:creator><pubDate>Fri, 12 Nov 2021 07:10:44 -0000</pubDate><guid>https://sourceforge.net66c5670c87477542712b6276f65ba109b343422e</guid></item><item><title>FORUM CLOSED, please use https://github.com/robhagemans/pcbasic/issues</title><link>https://sourceforge.net/p/pcbasic/discussion/bugs/thread/529fe93a14/?limit=25#b806</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This forum is now closed and existing bug reports have been migrated to &lt;a href="https://github.com/robhagemans/pcbasic/issues." rel="nofollow"&gt;https://github.com/robhagemans/pcbasic/issues.&lt;/a&gt; Please report new issues there. This forum will no longer be monitored and any new issues opened here will not be picked up.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Hagemans</dc:creator><pubDate>Fri, 12 Nov 2021 07:09:34 -0000</pubDate><guid>https://sourceforge.nete2e1eeed55b4bdae44b6a121d96405dec7195f43</guid></item><item><title>FORUM CLOSURE - discussions migrate to https://github.com/robhagemans/pcbasic/discussions</title><link>https://sourceforge.net/p/pcbasic/discussion/general/thread/09db51af02/?limit=25#4161</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi all, now that Github has added a discussion feature I will be consolidating all support, bug reports and discussion there. The new discussion forum is at &lt;a href="https://github.com/robhagemans/pcbasic/discussions." rel="nofollow"&gt;https://github.com/robhagemans/pcbasic/discussions.&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Soon, these forums will be closed. Let's continue the conversation at GitHub!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Hagemans</dc:creator><pubDate>Fri, 12 Nov 2021 06:21:15 -0000</pubDate><guid>https://sourceforge.net764b01c1df6d7141a9e0c9da4a668302c433bbfc</guid></item><item><title> PC-BASIC legacy release 1.2.15</title><link>https://sourceforge.net/p/pcbasic/discussion/general/thread/b9466186d2/?limit=25#e434/d778</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Yes, it's on the list, along with changing the default install on pc-basic.org. And migrating discussions to github, now that it has that feature.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Hagemans</dc:creator><pubDate>Mon, 08 Nov 2021 07:13:52 -0000</pubDate><guid>https://sourceforge.netd668a834499ff62ca284fee3b494edd58c9d9656</guid></item><item><title> PC-BASIC legacy release 1.2.15</title><link>https://sourceforge.net/p/pcbasic/discussion/general/thread/b9466186d2/?limit=25#e434</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Oh, while I'm thinking of it: maybe consider changing the docs redirect to the 2.x branch on pc-basic.org by default? &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Justin R. Miller</dc:creator><pubDate>Mon, 08 Nov 2021 00:17:28 -0000</pubDate><guid>https://sourceforge.net49ff7ce7736325598c86f3c3c1d695f679b0d0f1</guid></item><item><title> PC-BASIC legacy release 1.2.15</title><link>https://sourceforge.net/p/pcbasic/discussion/general/thread/b9466186d2/?limit=25#3832</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks for your awesome work here, Rob! I was curious about the 1.2 — I've exclusively used 2.x and wondered about the dual status. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Justin R. Miller</dc:creator><pubDate>Mon, 08 Nov 2021 00:10:13 -0000</pubDate><guid>https://sourceforge.netc3eb672beef9bc0d4fc743c3c9a4fe7ce6a666c2</guid></item><item><title> PC-BASIC legacy release 1.2.15</title><link>https://sourceforge.net/p/pcbasic/discussion/general/thread/b9466186d2/?limit=25#c31e</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi all, I've uploaded PC-BASIC 1.2.15. This release brings the following improvements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;fix issue #93: diagonal steps in DRAW with scaling % 4 != 0&lt;/li&gt;
&lt;li&gt;fix issue #96: INT should round towards negative infinity - this was broken for INT(x) in range -1 &amp;lt; x &amp;lt; 0&lt;/li&gt;
&lt;li&gt;fix crash on WIDTH "COM1:", 255 if no serial port connected (issue #98)&lt;/li&gt;
&lt;li&gt;backport fix for issue #120 and tests&lt;/li&gt;
&lt;li&gt;fix issue #101 - python2 hangs on exponentiation with large numbers&lt;/li&gt;
&lt;li&gt;backport fix for issue #102 - crash on changing graphics page after changing video memory size&lt;/li&gt;
&lt;li&gt;possible fix for issue #138 Crash when codepage is set to sp65001&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The 1.2 branch is now inactive and this is likely to be the last 1.2 release. Thanks everyone!&lt;/p&gt;
&lt;p&gt;Rob&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Hagemans</dc:creator><pubDate>Sun, 07 Nov 2021 23:01:51 -0000</pubDate><guid>https://sourceforge.net520ddb4427e269a2e170df3fbcd84f11799cdb21</guid></item><item><title>USB Com Port issues</title><link>https://sourceforge.net/p/pcbasic/discussion/general/thread/f69492d757/?limit=25#314f</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Im using Windows 10 on a laptop.&lt;/p&gt;
&lt;p&gt;Im using a USB to Com Port cable and am getting error Device Unavailable in 20 &lt;/p&gt;
&lt;p&gt;I set the cable as COM2 in Device Manager&lt;/p&gt;
&lt;p&gt;20 OPEN "COM2: 9600,N,8,1,RS,CS0,DS0,CD0" AS #1&lt;/p&gt;
&lt;p&gt;I read about this issue in the comments and there was mention of a fix in progress?  any assistance appreciated.&lt;/p&gt;
&lt;p&gt;tim&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tim white</dc:creator><pubDate>Tue, 19 Oct 2021 04:08:07 -0000</pubDate><guid>https://sourceforge.netab2b514d802e14b5768187af9feb499130dd6b0a</guid></item><item><title>LLIST &amp; LPRINT</title><link>https://sourceforge.net/p/pcbasic/discussion/general/thread/3b28255c0a/?limit=25#fd83</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This other 'Post' window just popped up --  I just clicked 'Cancel'  but all it does is  delete the text in the window!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GARY DODGE</dc:creator><pubDate>Mon, 18 Oct 2021 00:56:40 -0000</pubDate><guid>https://sourceforge.neta864a46aa21882cbea7d8cc925a45283367213b7</guid></item><item><title>LLIST &amp; LPRINT</title><link>https://sourceforge.net/p/pcbasic/discussion/general/thread/3b28255c0a/?limit=25#54ee</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks much, Mark, for the reply --&lt;br/&gt;
  If I remember correctly,  back in the day, you could enter "LLIST" while in the program and it would send a listing to the printer.&lt;br/&gt;
I'm pretty sure I tried your sugg. recently - (LLIST then exit) , but it still didn't print for some reason, although I just tried again, and it did print after exiting --  so thanks for that tip; I guess that's all I needed to know, although it would be nice to be able to 'LLIST'&lt;br/&gt;
from within the program.&lt;br/&gt;
Gary&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GARY DODGE</dc:creator><pubDate>Mon, 18 Oct 2021 00:51:28 -0000</pubDate><guid>https://sourceforge.nete3b3d76e4fb65c7be18c606335f3236424303a9f</guid></item></channel></rss>