Search found 41 matches

by SM7I
Sat Oct 07, 2023 9:47 pm
Forum: Hardware
Topic: Breaking news: The QIMSI Interface
Replies: 149
Views: 128677

Re: Breaking news: The QIMSI Interface

First this that comes to mind is SSL handling and creation of an SSH client, SFTP client and such. I’d like to tinker with this if I can get the gcc chain. Prefereably a Docker container :) There are a number of very interesting and useful uses to put to a co-processor and, with the QIMSI's direct F...
by SM7I
Sat Oct 07, 2023 8:31 pm
Forum: Hardware
Topic: QIMSI
Replies: 104
Views: 42654

Re: QIMSI - how to buy

Sent pm
by SM7I
Sat Dec 31, 2022 9:29 pm
Forum: Software & Programming
Topic: Qdos GCC and inline assembly code
Replies: 3
Views: 752

Re: Qdos GCC and inline assembly code

Solved it....sat me down and figured about the error and more or less tried until I got it right :)
by SM7I
Sat Dec 31, 2022 4:22 pm
Forum: Software & Programming
Topic: Qdos GCC and inline assembly code
Replies: 3
Views: 752

Re: Qdos GCC and inline assembly code

That is exactly what I’ve tried, but when compiling gcc complains about jas missing :

Tried different variants, but same error.
by SM7I
Sat Dec 31, 2022 3:02 pm
Forum: Software & Programming
Topic: Qdos GCC and inline assembly code
Replies: 3
Views: 752

Qdos GCC and inline assembly code

Hi all ! In most C compilers inline assembly is accepted in one way or another. Often just a matter of finding the correct syntax. For a few days now I´ve searched for a source that could tell/show how to do this with Qdos GCC, but so far I´ve been unsuccesful. I´m using XorA qdos-gcc docker contain...
by SM7I
Fri Mar 18, 2022 10:14 pm
Forum: Compatibles Corner
Topic: My Q68 configuration
Replies: 29
Views: 24479

Re: My Q68 configuration

Derek_Stewart wrote:Hi,

If the STLs are not available, I could have a go at producing a similar design.

I have done a little basic design work on a simp.e cu ic Q68 case, not with any QL Styling.

I will see if I can enhance it bit.
You fancy sharing what you have ?
by SM7I
Wed Mar 16, 2022 8:17 pm
Forum: Compatibles Corner
Topic: My Q68 configuration
Replies: 29
Views: 24479

Re: My Q68 configuration

I printed a prototype, but failed. I have corrected the errors, but it is in "stand-by". I don't have 3D printer of my own and am waiting to borrow some one. I don't think this version is definitive, but if you want I can post the STLs and you can test it. Hi ! Can you please post the STL...
by SM7I
Mon Feb 22, 2021 1:54 pm
Forum: Software & Programming
Topic: QL ZIP Port of InfoZIP v19
Replies: 6
Views: 4243

Re: QL ZIP Port of InfoZIP v19

Hi !

Does the compiled Linux binary retain the magic header for executable QDOS files ?
by SM7I
Sat Aug 08, 2020 8:56 pm
Forum: Compatibles Corner
Topic: Q68 Ethernet
Replies: 41
Views: 42648

Re: Q68 Ethernet

If I modified my driver in some way so that it would (if only partly) work over a RS232 link. Would that be the kind of thing you are looking for. Only if you'd write it in a packet oriented manner, including handling for lost packets. But then, I wouldn't see how you save work compared to a UDP im...
by SM7I
Thu Jan 30, 2020 6:08 pm
Forum: Software & Programming
Topic: LibVT
Replies: 23
Views: 7207

Re: LibVT

Thanks Derek. Now it all fits together. Thanks very much for your explanation. This was just what I needed !!