Home > Archive > Clipper > May 2005 > COM port functions
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
COM port functions
|
|
|
| Hi,
I have a problem with COM Ports under Windows 98: functions COM_OPEN,
COM_INIT doesn't run well.
Is there any function to use instead of theese?
Otherwise I have to write a suite of functions in C and link its with
the CLIPPER-OBJ with Blinker. Is it a possible solution?
Thank you to all,
Luca Coliva
| |
| Reincarnated 2005-05-30, 8:55 am |
| Telepathy works very well under Win 98
On 29 May 2005 23:55:17 -0700, "Luca" <luca.coliva@gmail.com> wrote:
>Hi,
> I have a problem with COM Ports under Windows 98: functions COM_OPEN,
>COM_INIT doesn't run well.
>Is there any function to use instead of theese?
>
>Otherwise I have to write a suite of functions in C and link its with
>the CLIPPER-OBJ with Blinker. Is it a possible solution?
>
>Thank you to all,
>
>Luca Coliva
John.
----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
| |
| Ian Boys 2005-05-30, 8:55 am |
| I have not had problems with comms under 98, except for one!
Windows 98 boots up and the com ports are switched on. It saves this info
then loads Windows and the power saving turns the ports off. You then load a
DOS app and Windows returns the origional status, ie port is on, while in
fact it's off.
You could turn power saving off in the BIOS, but this can cause AMD
Athlons/Durons to run hotter, ACPI issues a stop on the CPU rather than a
pause in the idle state and this can the CPU by 3-4Deg C.
There is a registry hack:
HKEY_LOCAL_MACHINE\System\CurrentControl
Set\Services\VxD\VCOMM change it
from
01 00 00 00 to 00 00 00 00
Reboot the PC and things should be OK.
Ian Boys
DTE Systems
|
|
|
|
|