Under Dos 6 & PB35
With a nova 300 board + PC 104 multiport board
--> 8 COM ports
I've just add the multiport board and I can't address
the COM 5,6,7 & 8
1. Is it possible
2. How to ?
Thanks a lot, i'm desperate
Code I use :
OPEN "COM4: 9600,N,8,1,IR3,CS0,DS0,CD0,RS" For Random as #2
Code that create a "ERROR 53: File not found" :
OPEN "COM5: 9600,N,8,1,IR3,CS0,DS0,CD0,RS" For Random as #2
OR
OPEN "COM5: 9600,N,8,1,IR7,CS0,DS0,CD0,RS" For Random as #4
------------------
Georges MM13
[This message has been edited by Georges GUILBERT (edited November 04, 2004).]
With a nova 300 board + PC 104 multiport board
--> 8 COM ports
I've just add the multiport board and I can't address
the COM 5,6,7 & 8
1. Is it possible
2. How to ?
Thanks a lot, i'm desperate
Code I use :
OPEN "COM4: 9600,N,8,1,IR3,CS0,DS0,CD0,RS" For Random as #2
Code that create a "ERROR 53: File not found" :
OPEN "COM5: 9600,N,8,1,IR3,CS0,DS0,CD0,RS" For Random as #2
OR
OPEN "COM5: 9600,N,8,1,IR7,CS0,DS0,CD0,RS" For Random as #4
------------------
Georges MM13
[This message has been edited by Georges GUILBERT (edited November 04, 2004).]
Comment