(I'm very sorry about my English)
When I program with Pascal I use two functions of Dos Unit
getIntVec(ComInt[Com], OldInt[Com]);
setIntVec(ComInt[Com],
@comInterrupt);
And these are my question:
Are there any functions in delphi to substitute for two functions above?
If yes, how to use it?
Thanks
Comments
: When I program with Pascal I use two functions of Dos Unit
:
: getIntVec(ComInt[Com], OldInt[Com]);
: setIntVec(ComInt[Com], @comInterrupt);
:
: And these are my question:
: Are there any functions in delphi to substitute for two functions
: above?
: If yes, how to use it?
Thank you very much. I'll try anoter way. And I want to ask you one more question:
I've designed a module (ADC 10 chanel) to conect to PC via Com Port, Baud rate of my module is:1.1520Mhz.
In Delphi, how can I Open and set Baud rate 1.1520Mhz for Com port of my PC?
(When I program with Pascal, every thing is OK)
: Baud rate of my module is:1.1520Mhz.
: In Delphi, how can I Open and set Baud rate 1.1520Mhz for Com port of
: my PC?
Don't know. Does a COM port support such speed? I think not. Even if you could do it in Delphi, I don't think Windows will allow you to do this. IIRC only drivers can do this.