Search found 323 matches

by swensont
Fri May 16, 2025 12:56 am
Forum: The Off-Topic Section
Topic: Win 11 networking
Replies: 18
Views: 1417

Re: Win 11 networking

I did some research into the router and found this from 2022:
"The EE Smart Router is based on the BT Smart Router 2. You might want to peruse Search "BT Smart Router 2 USB" to see what the BT Community have to say on the subject, incl. Linux. They do confirm that it supports SMB 1.0 only."

Either ...
by swensont
Thu May 08, 2025 4:10 am
Forum: General QL Chat
Topic: German QL Serial Port Cable scheme: a question
Replies: 4
Views: 449

Re: German QL Serial Port Cable scheme: a question

I don't know about German QL's, but with the US QL's, ser1 is Data Communication Equipment (DCE) and ser2 is Data Terminal Equipment (DTE). DCE sends on pin 3 and receives on pin 2. DTE sends on pin 2 and receives on pin 3. This means that a cable built for Ser1 will only work on Ser1 and not Ser2 ...
by swensont
Sat May 03, 2025 11:38 pm
Forum: General QL Chat
Topic: Andy Pennell's books.
Replies: 120
Views: 37473

Re: Andy Pennell's books.

Derek,

I took a quick look at the Qdos Companion. You are using a monospace font instead of a proportional space font. Some prefer a proportional space font as it looks more modern than a monospace font. When I format a document, I do favor proportional space font and only use a monospace font for ...
by swensont
Fri Apr 25, 2025 11:08 pm
Forum: Software & Programming
Topic: Structured SuperBASIC
Replies: 24
Views: 8079

Re: Structured SuperBASIC

Norman, here is the results of my testing the latest version:

Minerva ROM:
10 print "foo"
20 go to 10

pass 1...
GO TO -1.148296e80 at Line 20
Pass1 completed.
Table build complete
Decoding loaded program...

Fails with:
Job 1 Basic2ssb Line 4680 HEX$
overflow

10 print "foo"
20 go sub 100 ...
by swensont
Fri Apr 25, 2025 3:19 am
Forum: Software & Programming
Topic: Structured SuperBASIC
Replies: 24
Views: 8079

Re: Structured SuperBASIC

Norman,

I gave Basic2ssb a try using sQLux. I normally have it running with the JSU rom. When I executed basic2ssb, it got to line 1060 and the program failed with a "bad paramater" error:

job 1 Basic2ssb Line 1060 PAUSE
Bad Parameter
Retry Continue Abort R/C/A

I tried with a JS rom and got the ...
by swensont
Wed Apr 23, 2025 4:14 am
Forum: Software & Programming
Topic: Structured Super Basic 2.7.2g
Replies: 14
Views: 1344

Re: Structured Super Basic 2.7.2g

I doubt that I would release another version of SSB. I actually use version 2.6.2 because it does all that I need. Version 2.7.X was mostly adding things that I thought others might want (like different languages).

I think it safe to say that the torch has been passed to Norman.

Tim
by swensont
Mon Apr 21, 2025 6:13 pm
Forum: Software & Programming
Topic: Structured Super Basic 2.7.2g
Replies: 14
Views: 1344

Re: Structured Super Basic 2.7.2g

Derek,

My latest version is here:
http://swensont.epizy.com/ssb272.zip

Norman has expanded it with some additional features.

The documentation for 2.7.2 details how to use SSB with MicroEmacs. That document is here:

http://swensont.epizy.com/SSB.pdf

See page 26 for a macro that calls SSBGO to ...
by swensont
Mon Apr 21, 2025 6:12 pm
Forum: Software & Programming
Topic: My "from PACKAGE import *" (Python) simulation project (reflection)
Replies: 65
Views: 6370

Re: My "from PACKAGE import *" (Python) simulation project

Derek,

My latest version is here:
http://swensont.epizy.com/ssb272.zip

Norman has expanded it with some additional features.

The documentation for 2.7.2 details how to use SSB with MicroEmacs. That document is here:

http://swensont.epizy.com/SSB.pdf

See page 26 for a macro that calls SSBGO to ...
by swensont
Sat Apr 19, 2025 4:07 am
Forum: Software & Programming
Topic: My "from PACKAGE import *" (Python) simulation project (reflection)
Replies: 65
Views: 6370

Re: My "from PACKAGE import *" (Python) simulation project

Peter,

Structured SuperBasic (SSB) is an pre-processor for SuperBasic. It takes a text file, which is usually a SuperBasic program, and adds lines numbers. It also support "conditional compilation" meaning it supports #IFDEF type statements. It supports #INCLUDE to combine a number of SSB-type ...
by swensont
Fri Apr 04, 2025 3:04 am
Forum: Software & Programming
Topic: Talent 3D Designer
Replies: 91
Views: 30437

Re: Talent 3D Designer

I just tried it on SMSQmulator version 2.31. It displayed a few screens with a pretty pattern and then hit an error:

at line 630:1 Assignment can only be to a variable or array element.

Tim