المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : app working in window Xp but not in window 7



C# Programming
12-20-2011, 02:31 PM
It's 32 bit Window application using kernel32.dll for serial port communication.
(I know about System.IO.Ports.SerialPort class existence, but application run fine in XP.)

In window 7 its not working as expected.
I disabled UAC, run as administrator. This started application but some function are not executing properly.

Like for GSM modem interface,
Modem response for AT command is OK, but in window 7 its not responding for app.

But if i use hyper-terminal in win7, its responding for AT.

What needs to be done to able to run the app?
I tried Google before posting here, but not much help.

I think, its kernel32.dll which the app unable to access or window 7 is restricting some function/feature of it?
Can any one please guide/help me?

regards