Re: [Ql-Users] Replacement Mouse

2017-08-16 Thread Dave Park via Ql-Users
This logic and etc. are all built in on the SSQB (that's the SUPER
SuperQBoard v4!) so it has a PS/2 port and a USB socket (PS/2 adaptor, USB
only mice will not work)...

Dave

On Wed, Aug 16, 2017 at 10:54 AM, via Ql-Users 
wrote:

> Hi Derek
>
> Thanks for that. Making your own seems like a lot of work when USB to PS2
> adapters are dirt cheap. Yes I know the mouse would need to understand both
> PS2 and USB protocols. That's the current PS2 combo mouse type. I will look
> at the QIMI mouse connection on the Aurora board with the Atari/Amiga USB
> adapter, but I am also still interested in the serial mouse if it it still
> available. I will contact you off list about it.
>
> Cheers
>
> Duncan
>
>
>
>
>
>
>
> -Original Message-
> From: Derek Stewart via Ql-Users 
> To: ql-users 
> Sent: Wed, 16 Aug 2017 15:07
> Subject: Re: [Ql-Users] Replacement Mouse
>
> Hi Duncan,I do not have your email address. My email address is:
> derek@q40.deThe USB to Atari/Amiga adapters work really well, fr
> connection to QIMI the adapter must be in Atari mode. As the Amiga has some
> lines going to different pins on the DB9 side.There are USB -> PS2
> adapters, which connect the USB +Data/-Data line to the PS/2 Data/Clock.See
> this web link:http://www.instructables.com/id/USB-to-PS2-convertor/But
> the USB mouse has to support PS/2 mode.I have not had much success with USB
> to PS/2 adapters, I have lots of the USB to PS/2 Plug adapters, Maplin
> Electronics sell them for £0.61, so could worth risk...-- Regards,DerekOn
> 16/08/17 07:59, via Ql-Users wrote:> Hi Derek, looks like I don't have your
> current email address as the email I have sent just came back undelivered.
> Could you email me at the aol address you have for me as that is still the
> same.> > Cheers> > Duncan> 
> ___QL-Users
> Mailing List
> ___
> QL-Users Mailing List




-- 
Dave Park
d...@sinclairql.com
___
QL-Users Mailing List

Re: [Ql-Users] EXEP_W

2017-08-16 Thread Michael Bulford via Ql-Users
On Wed, 16 Aug 2017, Duncan wrote:

Question : are you using QDOS or smsqe? with smsqe it should be possible to 
create a wrapper basic executable program that will EXEP "task; parameters" 
then continue to run and check the jobs list (you will know the task name) 
until the task it EXEP has finished before continuing with what you want to do 
next.
Hi Duncan,
Thanks for your suggestion, I did think of that idea.
Also, I have found FEP(...) which returns the id of the job created.
So, I'm guessing I could do something along these lines ...
id = FEP(etc)
REPeat wait
SUSPEND_TASK 25
IF PJOB(id)=0  : IF OJOB(id)=0  : IF JOB$(id)="" : EXIT wait
END REPeat wait
I haven't tried this yet. Doing it this way, the task name would not need to be 
known.
Michael
___
QL-Users Mailing List


Re: [Ql-Users] EXEP_W

2017-08-16 Thread via Ql-Users
Hi Michael,

Question : are you using QDOS or smsqe? with smsqe it should be possible to 
create a wrapper basic executable program that will EXEP "task; parameters" 
then continue to run and check the jobs list (you will know the task name) 
until the task it EXEP has finished before continuing with what you want to do 
next.

Duncan

 

 

 

-Original Message-
From: Michael Bulford via Ql-Users 
To: ql-users ; ql-users-request 

Sent: Wed, 16 Aug 2017 15:52
Subject: [Ql-Users] EXEP_W

Hi,

I am wanting to use EXEP some_turbo_task; arg$, "i", "u"
and then wait until that job completes before continuing.
Is there such a command that does this?
If not, then how can this be implemented?
Any ideas please

Michael
___
QL-Users Mailing List

___
QL-Users Mailing List


Re: [Ql-Users] Replacement Mouse

2017-08-16 Thread via Ql-Users
Hi Derek

Thanks for that. Making your own seems like a lot of work when USB to PS2 
adapters are dirt cheap. Yes I know the mouse would need to understand both PS2 
and USB protocols. That's the current PS2 combo mouse type. I will look at the 
QIMI mouse connection on the Aurora board with the Atari/Amiga USB adapter, but 
I am also still interested in the serial mouse if it it still available. I will 
contact you off list about it.

Cheers

Duncan 

 

 

 

-Original Message-
From: Derek Stewart via Ql-Users 
To: ql-users 
Sent: Wed, 16 Aug 2017 15:07
Subject: Re: [Ql-Users] Replacement Mouse

Hi Duncan,I do not have your email address. My email address is: 
derek@q40.deThe USB to Atari/Amiga adapters work really well, fr connection to 
QIMI the adapter must be in Atari mode. As the Amiga has some lines going to 
different pins on the DB9 side.There are USB -> PS2 adapters, which connect the 
USB +Data/-Data line to the PS/2 Data/Clock.See this web 
link:http://www.instructables.com/id/USB-to-PS2-convertor/But the USB mouse has 
to support PS/2 mode.I have not had much success with USB to PS/2 adapters, I 
have lots of the USB to PS/2 Plug adapters, Maplin Electronics sell them for 
£0.61, so could worth risk...-- Regards,DerekOn 16/08/17 07:59, via Ql-Users 
wrote:> Hi Derek, looks like I don't have your current email address as the 
email I have sent just came back undelivered. Could you email me at the aol 
address you have for me as that is still the same.> > Cheers> > Duncan> 
___QL-Users Mailing List
___
QL-Users Mailing List

[Ql-Users] EXEP_W

2017-08-16 Thread Michael Bulford via Ql-Users
Hi,

I am wanting to use EXEP some_turbo_task; arg$, "i", "u"
and then wait until that job completes before continuing.
Is there such a command that does this?
If not, then how can this be implemented?
Any ideas please

Michael
___
QL-Users Mailing List


Re: [Ql-Users] Replacement Mouse

2017-08-16 Thread Derek Stewart via Ql-Users

Hi Duncan,

I do not have your email address. My email address is: de...@q40.de

The USB to Atari/Amiga adapters work really well, fr connection to QIMI 
the adapter must be in Atari mode. As the Amiga has some lines going to 
different pins on the DB9 side.


There are USB -> PS2 adapters, which connect the USB +Data/-Data line to 
the PS/2 Data/Clock.


See this web link:

http://www.instructables.com/id/USB-to-PS2-convertor/

But the USB mouse has to support PS/2 mode.

I have not had much success with USB to PS/2 adapters, I have lots of 
the USB to PS/2 Plug adapters, Maplin Electronics sell them for £0.61, 
so could worth risk...


-- Regards,

Derek

On 16/08/17 07:59, via Ql-Users wrote:

Hi Derek, looks like I don't have your current email address as the email I 
have sent just came back undelivered. Could you email me at the aol address you 
have for me as that is still the same.

Cheers

Duncan


___
QL-Users Mailing List

Re: [Ql-Users] Replacement Mouse

2017-08-16 Thread via Ql-Users
Hi Derek, looks like I don't have your current email address as the email I 
have sent just came back undelivered. Could you email me at the aol address you 
have for me as that is still the same.

Cheers

Duncan

 

 

 

-Original Message-
From: Derek via Ql-Users 
To: ql-users 
Sent: Tue, 15 Aug 2017 20:39
Subject: Re: [Ql-Users] Replacement Mouse

Hi Duncan,Still the sameemail address.Regards,Derek Original 
message From: via Ql-Users  Date: 15/08/2017  
20:34  (GMT+00:00) To: ql-us...@q-v-d.com Subject: Re: [Ql-Users] Replacement 
Mouse Hi Derek,Yes I am interested, Have you changed your email address since 
the last time I emailed you which would have been a while ago.Best WishesDuncan 
  -Original Message-From: Derek via Ql-Users 
To: ql-users Sent: Tue, 15 Aug 
2017 18:47Subject: Re: [Ql-Users] Replacement MouseHi Duncan,I have a 3 button 
serial mouse with DB9 connector. It was ysed on a Q60, so any PC serial port 
will do.Email if you want it.RegardsDerek Original message 
From: via Ql-Users  Date: 15/08/2017  10:09  
(GMT+00:00) To: ql-us...@q-v-d.com Subject: [Ql-Users] Replacement Mouse Hi,I 
have been having a problem sourcing a replacement mouse for my Aurora system. 
Serial mice h
 ave vanished even on ebay and also PS2/serial combo mice scarce. Does anyone 
know is mice adapters for the Atari and Amiga will work with Aurora/Qx0 serial 
ports?See link to ebay : 
http://www.ebay.co.uk/itm/The-New-MKIV-Amiga-Atari-USB-mouse-adapter-converter-with-mode-switch-jumpers-/121413700949?epid=1788636590=item1c44The
 adapter if it works allows use of easily obtained USB mice.ThanksDuncan 
___QL-Users Mailing 
List___QL-Users Mailing 
List___QL-Users Mailing 
List___QL-Users Mailing List
___
QL-Users Mailing List