Search found 632 matches

by janbredenbeek
Sat Jun 22, 2019 10:14 pm
Forum: Compatibles Corner
Topic: Q68 serial buffers
Replies: 13
Views: 7166

Re: Q68 serial buffers

what is the exact SER_BUFF command you are using? As the Q68 has only one single port it might or might not be needed to specify the port number (which is different to most other SMSQ/E platforms) I tried SER_BUFF 1,80,80, SER_BUFF 80,80 and SER_BUFF 80. But I just discovered that all SER_xxxx comm...
by janbredenbeek
Sat Jun 22, 2019 8:40 pm
Forum: Compatibles Corner
Topic: Q68 serial buffers
Replies: 13
Views: 7166

Re: Q68 serial buffers

Message sent to the QL-Users list. Of course I could find out by delving into SMSQ/E's source code. But the SER_BUFF command probably needs fixing. Meanwhile, I'll look at Minerva to see if a backport is possible. This will require a modification to its int2 handler since the Q68 treats the external...
by janbredenbeek
Thu Jun 20, 2019 11:21 pm
Forum: Compatibles Corner
Topic: Q68 serial buffers
Replies: 13
Views: 7166

Q68 serial buffers

I've been doing some tests with the Q68's serial port. It's well known that it doesn't support flow control. So this means that if you receive data at, say, 38400 bps or higher, you need a buffer large enough to hold all the incoming data to give the Q68 a chance to digest it (for example to write a...
by janbredenbeek
Mon Jun 17, 2019 11:22 pm
Forum: Software & Programming
Topic: Announcing availability of a QLNET driver for the Q68 (ND-Q68)
Replies: 86
Views: 36364

Re: Announcing availability of a QLNET driver for the Q68 (ND-Q68)

Thanks Martyn! Unfortunately I haven't been able to test it up to now but it will be a nice project for my upcoming vacation :) . This driver could also be incorporated into the Q68 Minerva image (in the extrarom space), as well as a serial driver. One idea for the hardware geeks: why not use the so...
by janbredenbeek
Thu Jun 13, 2019 9:20 pm
Forum: The Off-Topic Section
Topic: Happy Birthday!
Replies: 437
Views: 215484

Re: Happy Birthday!

Thanks everyone!
by janbredenbeek
Sat Jun 01, 2019 10:05 pm
Forum: Software & Programming
Topic: Link ASM and C code
Replies: 5
Views: 2971

Re: Link ASM and C code

Hi, I have a main programme in assembly, and I wish to add some functions with integer arithmetics, easier coded in C possibly (or Pascal). I use mainly `GST Assembler' (first prog I had on my QL) and just started looking into `GST C'. Assembly has now some unresolved labels, thats where the `C' fu...
by janbredenbeek
Mon May 27, 2019 11:04 pm
Forum: Hardware
Topic: Help, connecting QL to BBS
Replies: 26
Views: 19877

Re: Help, connecting QL to BBS

I used Maximus on DOS (later OS/2) until 2003, it had Telnet access via Vmodem on one line (the other two or three lines dedicated to analogue modem and ISDN). I still have the files and even managed to put it back online again a few years ago using NetFoss under Windows. Unfortunately I got only a ...
by janbredenbeek
Sun May 26, 2019 3:37 pm
Forum: Hardware
Topic: Help, connecting QL to BBS
Replies: 26
Views: 19877

Re: Help, connecting QL to BBS

The QL serial port also can't generate a BREAK signal (set the TX line high for a certain length of time). I had to simulate this in my terminal emulator by setting the baud rate to the lowest and then send 64 NULs and hope that the system it's connected to mistake this to being this signal. There ...
by janbredenbeek
Sat May 25, 2019 10:36 pm
Forum: Hardware
Topic: Help, connecting QL to BBS
Replies: 26
Views: 19877

Re: Help, connecting QL to BBS

When I used to run a BBS on a QL with Hermes through SER2 to a Hayes Modem, I did have users logging on to the BBS with a QL and the connection would drop after connection was made. The solution was that the QL seems to ignore or does not use the DTR line, so putting D0 in the modem dialling string...
by janbredenbeek
Thu May 23, 2019 10:47 pm
Forum: Hardware
Topic: Help, connecting QL to BBS
Replies: 26
Views: 19877

Re: Help, connecting QL to BBS

I have connected it correctly to my QL and I have configured the wifi connection. I am using QLTerm and the QL communicates perfectly with Simulant - Retro Wifi. But when I connect to a BBS (for example "amstrad.simulant.uk:464") I have a problem that I can't solve. The "welcome gree...