Click here to Skip to main content
15,885,546 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
GeneralRe: Error opening a serial modem Pin
Member 800297329-May-12 12:12
Member 800297329-May-12 12:12 
GeneralRe: Error opening a serial modem Pin
Member 800297329-May-12 12:17
Member 800297329-May-12 12:17 
GeneralRe: Error opening a serial modem Pin
Erudite_Eric29-May-12 21:51
Erudite_Eric29-May-12 21:51 
GeneralRe: Error opening a serial modem Pin
Member 800297330-May-12 5:41
Member 800297330-May-12 5:41 
AnswerRe: Error opening a serial modem Pin
Luc Pattyn24-May-12 17:00
sitebuilderLuc Pattyn24-May-12 17:00 
GeneralRe: Error opening a serial modem Pin
Erudite_Eric24-May-12 23:32
Erudite_Eric24-May-12 23:32 
GeneralRe: Error opening a serial modem Pin
SoMad29-May-12 23:02
professionalSoMad29-May-12 23:02 
AnswerRe: Error opening a serial modem Pin
Erudite_Eric24-May-12 23:30
Erudite_Eric24-May-12 23:30 
Some approaches,

1) Something else is opening the port. SW tends to open ports (Uses CreateFile(\\\\.\\COM1 actually) in exclusive mode, since generally data needs to go to a specific program. So is there another program acessing the port at boot time?

2) The driver is failing to load/configure the port and create the device.
So in this scenario run a program called 'symbolic links' (sysinternals I believe, if not google it) it will show all the symbolic links created by drivers so you will be looking for the modem port (probably com1).

You can also check the event log, the driver should log any errors there.
What you can also do is compile a debug serial.sys (the code for it is in the DDK) and run that but you need to have firewire debugging set up. That way you can see what the driver is doing when it gets the createfile.


3) Drivers tend to return access denied for all kinds of things, but it could actually be for security reasons, so if these turn out to be OK then you probably have to look at why the access denied is generated. So, has the port been created with some special privilege? Unlikely.
==============================

Nothing to say.

QuestionDraytek ADSL Routers Pin
DaveAuld16-May-12 6:44
professionalDaveAuld16-May-12 6:44 
QuestionWhere do programs execute from? Pin
Brandon-X1200029-Apr-12 14:42
Brandon-X1200029-Apr-12 14:42 
AnswerRe: Where do programs execute from? Pin
Erudite_Eric30-Apr-12 8:19
Erudite_Eric30-Apr-12 8:19 
SuggestionRe: Where do programs execute from? Pin
Brandon-X1200030-Apr-12 8:59
Brandon-X1200030-Apr-12 8:59 
GeneralRe: Where do programs execute from? Pin
Richard MacCutchan30-Apr-12 23:17
mveRichard MacCutchan30-Apr-12 23:17 
GeneralRe: Where do programs execute from? Pin
Erudite_Eric1-May-12 4:19
Erudite_Eric1-May-12 4:19 
GeneralRe: Where do programs execute from? Pin
Dave Kreskowiak12-May-12 4:27
mveDave Kreskowiak12-May-12 4:27 
GeneralRe: Where do programs execute from? Pin
Erudite_Eric12-May-12 10:40
Erudite_Eric12-May-12 10:40 
AnswerRe: Where do programs execute from? Pin
Eddy Vluggen25-May-12 0:07
professionalEddy Vluggen25-May-12 0:07 
GeneralRe: Where do programs execute from? Pin
CDP180230-May-12 4:53
CDP180230-May-12 4:53 
Questionwhat is mainframe testing software? Pin
Rakib khan00927-Apr-12 9:48
Rakib khan00927-Apr-12 9:48 
AnswerRe: what is mainframe testing software? Pin
Albert Holguin27-Apr-12 9:54
professionalAlbert Holguin27-Apr-12 9:54 
AnswerRe: what is mainframe testing software? Pin
Richard MacCutchan27-Apr-12 23:29
mveRichard MacCutchan27-Apr-12 23:29 
AnswerRe: what is mainframe testing software? Pin
Jon Bravo09829-Apr-12 20:04
Jon Bravo09829-Apr-12 20:04 
AnswerRe: what is mainframe testing software? Pin
JosephvObrien1-May-12 20:28
JosephvObrien1-May-12 20:28 
QuestionFile System Driver Programming Pin
casa cargo8-Apr-12 9:11
casa cargo8-Apr-12 9:11 
AnswerRe: File System Driver Programming Pin
Richard Andrew x648-Apr-12 11:38
professionalRichard Andrew x648-Apr-12 11:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.