I have a couple of programs with serial comms written a while back.
When I recompile them (no problem) on my laptop under WinME, the programs hang when opening the COM port. The same programs worked fine under Win95 and, of course, DOS.
Is there a solution? I suspect it's to do with ME? This is the offending line:
OPEN COM1:9600,N,8,1,RS,CS,DS,CD AS #1
I am using PB/DOS 3.5
Graham
------------------
When I recompile them (no problem) on my laptop under WinME, the programs hang when opening the COM port. The same programs worked fine under Win95 and, of course, DOS.
Is there a solution? I suspect it's to do with ME? This is the offending line:
OPEN COM1:9600,N,8,1,RS,CS,DS,CD AS #1
I am using PB/DOS 3.5
Graham
------------------
Comment