On Tue, 29 Jan 2002 at 08:07:50, you wrote:
(ref: <[EMAIL PROTECTED]>)
>Richard ,
>I have now 3 of 4 ser ports used :
>- Com1 for sernet
>- com2 for modem
>- com4 for mouse
>and everything is ok under smsq/e .
>I do not have the necessary devices to test the 4 port
>at the same time (i'll try soon linking in sernet also
>my qpc laptop) , for the moment i made some test
>moving the mouse from com3 to com4 and it work.
>Coming back to linux : the mouse on com4 (idem for
>com3) doesn't work .
>I'll try to explain better : the mouse on com3 work
>very badly and the mouse pointer moves in jerks and
>very rarely exactly like when there is an irq
>conflict. (IRQ_Sharing).
>I had a look in procs/interrupt and everything seems
>ok and during linux boot the 4 port are recognized.
Ahah - it looks like you are experiencing Jochen's problems.
The best way of testing is to connect ser1 to ser2, and ser3 to ser4
with pin to pin leads. Then the following will test
(this is QDOS - so will have to be translated to SMSQ)
10 test$="The quick brown fox sat on the lazy dog"
20 OPEN #1,ser1:OPEN#2,ser2
30 FOR j = 75,150,300,600,1200,2400,4800, .... and all valid values.
40 BAUD j
50 PRINT j;' - '
60 PRINT #1,test$:PRINT#2:test$
70 INPUT#1,a$:IF a$<>test$:PRINT 'SER1 error':STOP
80 INPUT#2,a$:IF a$<>test$:PRINT 'SER2 error':STOP
90 PRINT 'OK'
100 END FOR j
and repeat for ser3/4
This is pretty well what Thorn-EMI did when they were testing the serial
ports in production.
--
QBBS (QL fido BBS 2:257/67) +44(0)1442-828255
mailto:[EMAIL PROTECTED] http://www.firshman.demon.co.uk
Voice: +44(0)1442-828254 Fax: +44(0)1442-828255
TF Services, 29 Longfield Road, TRING, Herts, HP23 4DG