Click here to Skip to main content
       

Hardware & Devices

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
AnswerRe: One monitor stays blank.memberEddy Vluggen3-Dec-12 1:11 
I got a monitor that behaves the same, regardless of the driver; turning it on/off quickly for a few minutes "temporarily fixes it". Then again, how'd you install Windows if you had no screen?
 
So, driver would be the first suspect. Try booting in safe-mode, might be that the graphics-card supports more than one output (like an additional TV-out) and might have selected the wrong one.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]
They hate us for our freedom![^]

GeneralRe: One monitor stays blank.memberBrady Kelly3-Dec-12 1:14 
Turns out it was a hardware fault on the monitor.
 

Eddy Vluggen wrote:
Then again, how'd you install Windows if you had no screen?

In English, when someone says, "...my one something..." it usually implies they have more than one, and this is the case here, with my post title.
GeneralRe: One monitor stays blank.memberEddy Vluggen3-Dec-12 1:19 
Brady Kelly wrote:
In English, when someone says,

I get this feeling I should update my English. Or at least the reading-skills.
 
There's a checkbox hidden in the display-settings that says "extend desktop to this screen". Make sure it's checked Thumbs Up | :thumbsup:
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]
They hate us for our freedom![^]

GeneralRe: One monitor stays blank.memberBrady Kelly3-Dec-12 1:35 
Eddy Vluggen wrote:
Or at least the reading-skills.

Maybe. I already said above that it was a hardware fault. Smile | :)
 
But thanks anyway.
Questionprinting an image direct to the lan printer hardware without driver or print servermemberShlomo Ben-Ari2-Dec-12 5:05 
hi,

i trying to build up a program that send a bitmap to the lan printer directly to the ip address

i'm looking for code (c#,c++) that can make the job like the printer driver do.

something that can "talk" with the printer and send directions and data.
 
i have a service that sends thousands printings to several printers (lan & wan) and it's take long time until the page go out,
getting the driver from the print server, init the printer, spooling (in the server that spool the printer hardware...)

i realised that if i install simple driver(PCL5 etc..) for advanced printer it's work faster!

where i can find piece of code that send to the printer ip some instructions for start ?
 
something like "!R!CALLE;EXIT;" etc..

 
Tnx,
Shlomo Ben-Ari

QuestionLCD to PC screenmembermarunio30-Nov-12 1:18 
Hi ,
I have got old drum machine with 240x64 LCD screen,
What I want to do is send signal from ribbon LCD to PC and encode to see all information on PC screen(240x64 is very tired to looks for 4-8 hours when I work in the studio)
This ribbon coming from drum machine mother board after lc7981
How to connect to PC ?(USB board or pallalel)
ON that ribbon I have got this data:
pin on LC7981 and data:
5.MB LC drive signal
10.FLM Frame signal
11.CL1 Display data latch signal
46.CL2 Display data shift clock signal
47.D1 Display data Upper SCreen
do I need anithing more?
 
Any LCD simulator in PC or Mac ?
Or I need to read my program ?
 
Marek
AnswerRe: LCD to PC screenmemberEddy Vluggen3-Dec-12 1:15 
Depends on the hardware. There's an LCD-display in my keyboard (G15) which can easily be manipulated using C# (thanks to support from drivers and an SDK). If no SDK exists, things get harder.
 
See the Example here[^].
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]
They hate us for our freedom![^]

GeneralRe: LCD to PC screenmembermarunio3-Dec-12 2:10 
Thank You for your answerSmile | :) ))
It is no easy to find musician on this platformFrown | :(
This is old sampler Akai Mpc 3000
I am looking for some info how rebuild or reverse existing LCD to VGA board (very fussy works only with few monitors because 31.5 kHz/ 59hz )or build new one.
I have got schematic and good pictures (but use peel18cv8 and 22v10 with security bit on
It means not POsIBILE to copy).
I am not sure about SDK for Akai?
If some one can help me Smile | :)
Marek
GeneralRe: LCD to PC screenmemberJason Gleim3-Dec-12 10:35 
I've seen interfaces to do from a PC to an LCD but I haven't seen anyone go from from an LCD to a PC. There are a number of practical problems you would have to overcome.
 
Rather than trying to do something after the LCD controller chip, you might be better off picking off the the signal between the micro-controller and the LCD controller chip. The interface will be simpler. Between the central micro and the LCD controller the interface would likely be 7 to 12 pins depending on if they implemented half-word or full-word interfacing. If you can identify the data pins (Usually D0 thru D3 or D7) and the clock pin, you could probably program you own micro-controller to emulate the LCD control chip (and hence the whole display). Starting with the pin-out on the LCD control chip would be a good place to begin. (Actually, the manual on that chip would probably be required to have half a shot at making this work) However, you'll need to break out a logic analyzer and you'll probably need to write your own emulator using something like an Atmel AVR micro. Those chips would work well because they have a USART that you can connect back to a PC to pass in the display data as a serial data stream. Then you would just need to craft something on the PC to receive that data stream and display it in a 'virtual lcd' on screen.
GeneralRe: LCD to PC screenmembermarunio4-Dec-12 2:09 
Hello, Guys. Again , thank You for answers.
Yes,
How I can see it is no point to works with LC7981(LCD controller).
 
For beginner like me, probably I need some more advice:
-which avr xmega interface (board) for controlling LCD (virtual in PC )
With USB and parallel port can I use for this project(links or full item name will be
Helpfull )
And
-which connectors have to read (obtain) from MCU.
I know data bus(D0-D7) , CS/, R/W and which more? To
Connect to xmega interface or o'scope?
Marek
GeneralRe: LCD to PC screenmemberJason Gleim4-Dec-12 4:17 
Most any of the Mega chips would probably work. The Tiny stuff won't likely have enough pins so you could probably skip it. I've been working with the Mega128 recently on a project and find it to be fast enough with plenty of memory for my needs. And I am driving an LCD with it that has the HD44780 controller chip using just the half addressing (to keep pin count down) while also reading a serial data stream at 250 kbps and pulse-width-modulating an output at a 10 us duty-cycle. All while clocking the chip at just 16Mhz. (It goes to 20Mhz)
 
You will need a programmer and Atmel Studio 6. The software is available on their web site for free. You can save some money by purchasing the STK500 programmer (which will program the Mega128) or you can find a third-party programmer that implements ISP (In System Programming). And buy a few chips... they are cheap and you'll likely lock yourself out of at-least one. Everybody does at some time or another. Wink | ;-)
 
I think that you could probably have good success with this chip. You would need to identify the pins on the LC7981 that are connected to the microcontroller and figure out which is which. The good thing is that the LC7981 will only be connected to two things; the microprocessor and the LCD, so figuring out what is what should be pretty easy with the manual for that chip.
 
You *should* be able to set the pins on the AVR to high-impedence input mode and be able to pick-off the signals in-circuit... at least while you are testing and debugging. For a permanent install I would suggest desoldering the LC7981 and wire-up the pins on the Mega128 in its place. This is where a logic analyzer will be a big help. You'll need an acquisition rate at least twice the clock rate of the CPU in the device (likely 8Mhz but you may have to decode the information on a crystal to know for sure.) The analyzer will let you see the electrical signals as they happen in-circuit. The manual for the LC7981 chip should address the timing sequences for the pins which you should be able to verify with a logic analyzer. The manual will also talk about the initialization sequence and what, specifically, the chip will do for the different command modes. All this has to be provided so the guys writing the software on the micro side know how to drive the controller chip properly. The LCD controllers don't take serial commands... it is all at the bit level and driven by the clock... very low-level. But the manual for the LC7981 will cover all of that. Your task would be to write code for a Mega that would emulate this behavior. If I were attacking this I would likely figure out a way to execute an ISR (interrupt service routine) on the CS line. When the Mega sees this go high or low (depending on which is the 'valid' state), then the Mega can read/decode the data lines. Making it interrupt driven would be the way to go in my opinion.
 
There are some libraries out there for the Mega's that will drive various LCD controller chips. Looking at some of them might help you understand that side of the equation. You might also read up on http://avrfreaks.net and post some questions there. Note that the people there don't suffer poorly asked questions very well. You should make sure you have a well thought out and to the point question before you post over there.
 
There are also a lot of tutorials on sending serial data from an AVR chip to a PC. You will need that to send the data from the Mega to the PC. If I were you, I would probably try to keep this simple. Assuming the LC7981 works like most other controllers, the micro will load a character at a time onto the interface and clock it into the display controller. There are also control codes to clear the display, move the cursor, etc. I would turn those into similar control characters that could be send over the serial link while passing alpha characters as-is. If you do it this way, you could 'debug' the PC side of things using just hyperterm or something like that to read the stream of characters coming in. If the letters, numbers, and control characters are transmitted to the PC as they arrive at the AVR, you can pretty it all up in an app later.
 
You might also check and see if you have a hacker-space in your area. You can probably find someone there like me that knows the AVR stuff and might want to take this on as a project with you. This is the kind of novel project that guys like me are always looking for to take on as a personal project... out of the mainstream and yet very intriguing. I think the idea is cool and I could actually see something like this being useful beyond your project.
QuestionDetecting HDDmemberSrivathsanRaghavan26-Nov-12 21:04 
Hi,
      I have a Booteable USB device, from which i booted my System.
But the HDD connected to the Base board(Mother Board) is not detected on USB Boot up.
 
How to make hdd to be detecteable on USB bootup.
AnswerRe: Detecting HDDmemberwater-moon201227-Nov-12 14:23 
maybe BIOS setup
AnswerRe: Detecting HDDmemberAlbert Holguin1-Dec-12 17:37 
There's really no good reason this drive isn't being detected. It's probably a safety feature of the computer since booting off CD or USB is an easy way to get to the files in the HDD. Look through the BIOS settings as already recommended.
 
It may also be possible that your booted OS doesn't understand the file system of the HDD OS. This would only be a problem if they're different operating systems. If it can't understand the file system, it probably wouldn't attempt to mount it since you can do permanent damage mounting a drive with an incompatible file system.
GeneralRe: Detecting HDDmemberSrivathsanRaghavan2-Dec-12 19:03 
I tried with Bios configurations,but it's of no use. I am using QuanMax Baseboard, There is no such feature available in it,.
 
So I tried to make HDD as External one by using SATA to USB convertors, It works but not as expected.
 
GRUB Cannot able to Detect the Hard Disk even after the Successful Installation of an Operating System.
 
Any other way to fix it.
GeneralRe: Detecting HDDmemberAlbert Holguin3-Dec-12 9:00 
SrivathsanRaghavan wrote:
GRUB Cannot able to Detect the Hard Disk even after the Successful Installation of an Operating System.

Not sure I follow what you're saying here...
 
What OS are you using anyway?
GeneralRe: Detecting HDDmemberSrivathsanRaghavan4-Dec-12 18:34 
I have Installed and Booted Debian 6 on/from USB Device.
 
I have a new HDD, On which the operating System in USB should be copied.
Since the Operating System in USB is Linux, It is possible to copy the entire file system from one booteable media to another, I have tried this with two HDD's and made it work.
 
But when i try to copy file system from USB to HDD, I can't able to detect HDD on boot and manually.
GeneralRe: Detecting HDDmemberAlbert Holguin5-Dec-12 4:12 
SrivathsanRaghavan wrote:
But when i try to copy file system from USB to HDD, I can't able to detect HDD on boot and manually.

You mean after the copy? ...or because it wasn't mounted so you can't do the copy in the first place?
GeneralRe: Detecting HDDmemberSrivathsanRaghavan5-Dec-12 4:50 
HDD wasn't mounted, So I can't able to copy file system from USB
AnswerRe: Detecting HDDmemberAlbert Holguin5-Dec-12 4:56 
Typically you can manually mount a hard drive if you can find it. Off the top of my head, I can't remember how you go about mounting a hard drive to a logical drive (look up the mount command, also, Linux has a fairly straight forward drive naming convention so you may be able to easily mount it).
QuestionW8 tablet USB charge capabilitymemberCollin Jasnoch26-Nov-12 3:15 
Anyone know of any Windows 8 tablets that have the capability to be charged from a USB port?
Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.

AnswerRe: W8 tablet USB charge capabilitymemberJason Gleim3-Dec-12 10:40 
The device usually has to have a "B" USB port on it making it a node (rather than a hub, which provides power). I have not seen a Win 8 device designed to be a node. It is always the root hub and so seems to always be equipped with the "A" port. I don't think the USB specs allow the consumption of power via an "A" port. So the short answer, I believe, is no.
GeneralRe: W8 tablet USB charge capabilitymemberCollin Jasnoch4-Dec-12 4:05 
I did manage to find one. It is not yet available, but this review claims it is chargable from USB.
Thanks for the response though. I was hoping there were more, but after a day of research it appears that this is the only one currently available.
 
http://www.theverge.com/2012/10/9/3480930/lenovo-ideatab-lynx-windows-8-tablet-hands-on[^]
 
http://www.lenovo.com/products/us/tablet/ideatab/lynx-k3011/#[^]
Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.

GeneralRe: W8 tablet USB charge capabilitymemberJason Gleim4-Dec-12 4:25 
Wow... that is actually pretty cool. I think the battery in the keyboard is a pretty novel idea. I've got to hand it to Lenovo... that are really innovating in this area. I got one of the Intel Ultrabooks in the App Innovation contest and without fail, everyone I showed it to asked me if it was "the one that the display flips around on"? Which is, of course, the Lenovo (I had to begrudgingly admit).
 
I noticed the reviewer seemed down on the idea that it charged through the USB port. I can understand why... the current limit is pretty low so I imagine the the charge/discharge ratio is in negative territory (so it takes more than an hour to get an hour of runtime). I've noticed that on my Nexus 7 tablet if I plug it into a "standard" USB port... it will take 10 to 12 hours to fully charge. It needs a high-current USB port or, better yet, the high-current charger it came with. I bet that the Win 8 tab would see the same behavior.
GeneralRe: W8 tablet USB charge capabilitymemberCollin Jasnoch4-Dec-12 8:42 
Yeah it is a pretty nice device. I get that the practicality is not completely useful.
 
But I am not actually thinking of purchasing for myself. It is more on a customer level wanting the ability as there "wubby". People like redundancies and I do agree. Even if they are not completely efficient.
Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.

QuestionVga converter from 31kHz to 45kHzmembermarunio23-Nov-12 2:40 
Hello,
 
It is posible to get some vga converter from 31kHz to 45kHz of any more compatibile?
 
Thank You
Marek
QuestionAfter-market Heatsink InstallationmemberIndifferentDisdain15-Nov-12 4:58 
So, I'm doing my first PC build in about 10 years, and I've never installed an after-market heatsink (the kind with the big tower, etc.). I got the tower mounted to the mb and processor fine, but for the life of me, I can't figure out how to attach the fan to the tower. The fan has two arrows at the top that are at right angles, and the fan is supposed to be mounted by two (or four?) high-tension wire clips that slip into the fins on the tower. The instructions are absurdly awful with no clear diagrams. I can't even tell which way the fan is supposed to point, much less how to mount it.
 
It's a ThermalRight True Spirit 140 ([^]); any tips on installing?
AnswerRe: After-market Heatsink InstallationmemberPeter_in_27804-Dec-12 19:04 
Well the picture in your link shows the fan held on by a couple of wire clips. If they didn't ship, I don't know what you can do. You might be able to just tie it down with a bit of hard foam or something to cushion it. Millimetre-perfect location is not important. You should be able to figure which way round from the curve of the blades in the pic.
 
wrt the arrows: One shows which way the blades move, the other shows which way the air moves.
 
Cheers,
Peter
Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012

GeneralRe: After-market Heatsink InstallationmemberIndifferentDisdain5-Dec-12 3:09 
Thanks; I was able to figure it out from the pictures the next day. Those clips were included but were an absolute beast to install. I'm not sure why they think they have to be that tight, but that easily took up half of my total hardware installation time.
QuestionBest Microphone for speech recognitionmembersaurabh orange vyas11-Nov-12 22:54 
It should be under 25 USD
 
Out of these which one is the best
 
http://iball.co.in/Product.aspx?c=7[^]
 
http://intextechnologies.com/webpages/productcomperi.aspx?pro_name=FATHOM%20USB&category=Computer%20Peripherals&subcat=Headphones&subcat1=USB[^]
 
http://intextechnologies.com/webpages/productcomperi.aspx?pro_name=MAGNA&category=Computer%20Peripherals&subcat=Headphones&subcat1=USB[^]
 
http://iball.co.in/Product.aspx?c=7[^]
 
http://iball.co.in/Product.aspx?c=7[^]
AnswerRe: Best Microphone for speech recognitionmemberBilliousBob23-Nov-12 4:21 
Way back when I worked in speech recognition Andrea noie cancelling mics were the best. Make sure to have the mic off to the side of your mouth, you dont need to shout directly into it, and if you arent breathing all over it it will understand you better.
QuestionComputer problemmemberAinnop9-Nov-12 1:34 
I had a problem with my laptop, when i started it, it showed a blue screen and then could not start normally except through safe mode. It is slow and has lost volume. What could be the problem and how do i solve it?
AnswerRe: Computer problemmvpRichard MacCutchan9-Nov-12 2:01 
Unfortunately it's impossible to guess what may be wrong. It could be a hardware or a software problem. I would suggest you try a computer repair shop if there is one in your area.
One of these days I'm going to think of a really clever signature.

GeneralRe: Computer problemmemberAinnop9-Nov-12 2:39 
do you have any suggestion of what i can do
GeneralRe: Computer problemmvpRichard MacCutchan9-Nov-12 3:01 
Only what I already suggested. From the information you have provided it is impossible to offer anything more.
One of these days I'm going to think of a really clever signature.

GeneralRe: Computer problemmemberA NasseR9-Nov-12 12:01 
hi,
 
1 - setup new windows, i hope it will work Smile | :)
 
2 - if didn't then follow my instructions:
 
> open the back cover for RAM , and remove them all then clean the place for them , and clean them "the copier place of the RAM ".
 
> connect the RAM or one by one if there is more than One RAM and each time try to start your laptop.
 
> if didn't work change the BIOS battery .
 
> if not then make sure that the FAN of your processor is working good and it's clean.
 
i hope this steps will solve the problem Big Grin | :-D
GeneralRe: Computer problemmvpRichard MacCutchan9-Nov-12 23:23 
1. Why are you telling me this?
2. What evidence do you have that any of this will address OP's problems?
One of these days I'm going to think of a really clever signature.

GeneralRe: Computer problemmemberAinnop11-Nov-12 3:07 
Thank Nasser, is there any way I can stop the blue screen of death from appearing because it has not stop at all. Thank you
GeneralRe: Computer problemmvpRichard MacCutchan11-Nov-12 3:27 
You need to look at the information on the BSOD; it is telling you why the crash occurred.
One of these days I'm going to think of a really clever signature.

GeneralRe: Computer problemmemberBrandon T. H.18-Jan-13 11:09 
There's a chance the hardware in your computer is bad, in other words, the devices and circuitry inside your computer is probably fried or suffered water damage to the point it's causing serious issues for your system. How long has you since not used it? Did anything happen to it in the past that you may think is causing it a problem now?
 
What I would do is get a hard drive enclosure for a internal hard drive for a laptop and take all your documents off it and copy it to an external hard drive and then re-image your PC (reinstall Windows) with the internal hard drive in it (after putting your documents in a safe place).
Simple Thanks and Regards,
Brandon T. H.
 
Programming in C and C++ now, now developing applications, services and drivers (and maybe some kernel modules...psst kernel-mode drivers...psst).
 
Many of life's failures are people who did not realize how close they were to success when they gave up. - Thomas Edison

AnswerRe: Computer problemmemberBilliousBob23-Nov-12 4:26 
In safe mode look at your system recovery settings and set it to create a full kernel dump when it crashes.
 
Then go to \system\ and look for memory.dmp
 
Copy it to another machine and install Windbg and open the dmp file.
 
Look in the Help and set the symbol path to Microsofts public symbols (search for symsrv in Help) then do an analyze -v and see what it says.
 
Then google the resultant error message, you could have a dodgy driver, there are plenty about, or it could be bad memory.
 
If you think you have found a bad driver restart the machine and run Verifier.exe at a command prompt and then set it to specifically check that driver, selecting most of the test options except 'low resource simulation' and the 'force delayed IO' or whatever it is called, reboot into normal mode, and see what happens.
 
If it blue screens again you *should* get a Verifier BSOD (blue screen of death) that will tell you more about the particular error. Then you can get an updated driver off the net or bitch to the company that made that crappy driver and get them to write you a new one.
QuestionUSBSpy drivermember__John_2-Nov-12 4:43 
When I start USBSpy I get a message: "Warning the driver is not loaded".
OS is Windows 7 64bit.
I cant find any info to help me out. Does anyone know how to fix?

Thanks.
“If I had asked people what they wanted, they would have said faster horses.”
― Henry Ford

AnswerRe: USBSpy drivermemberA NasseR8-Nov-12 3:28 
Hi,
 
1- download this file :
http://www.everstrike.com/download/usbspy_64bit.exe
 
2- remove the previous USBspy driver form "control panel"
 
3- i recommended you restart your pc
 
4- after restart completed, if you have an Antivirus program
disable it till the next restart.
 
5- setup the file you downloaded in step 1.
 
6 - restart your computer
 
ready to go Shucks | :->
GeneralRe: USBSpy drivermember__John_8-Nov-12 4:27 
Brilliant!!
 
Many thanks.
“If I had asked people what they wanted, they would have said faster horses.”
― Henry Ford

QuestionRAM on windows 8 32bitmemberNitin Sawant27-Oct-12 6:03 
http://img829.imageshack.us/img829/8210/capturefhx.png[^]
 
I have 4GB RAM on my PC having 32bit Windows 8 Pro installed
 
however in system properties it shows 4GB (2.66GB usable)
 
I wonder whether all my RAM is consumed or not?
 

<img src='http://img829.imageshack.us/img829/8210/capturefhx.png' />
============================================
The grass is always greener on the other side of the fence

AnswerRe: RAM on windows 8 32bitmemberSaibal Ghosh29-Oct-12 7:53 
32-bit versions of Windows are able to use up to 4 gigs of RAM. However, at times they might report a smaller amount as usable. Try flashing your BIOS to the latest version. That fixes most of memory issues. Go to the manufacturer's website for the latest BIOS drivers.
 
Also from the screenshot, your computer has a 64-bit CPU. Try getting a 64-bit version of Windows.
AnswerRe: RAM on windows 8 32bitmemberA NasseR8-Nov-12 3:34 
Hi,
 
the simple solution use the 64-bit version of windows.
 
the other solution is that , you use a VGA " graphic card " that used a shared memory and he is taking from your ram , and to solve this go to your "Bios" and search for " Onboard VGA " or what equals it , then set your amount of ram that the VGA can use as a memory .
Smile | :)
QuestionPrinting with TabsmemberMember 953662826-Oct-12 9:19 
I am trying to change the tab stops on the printer before I send formatted text (w/Tabs) to it. I can change the tab stops in stringFormat and use it when calling DrawString but they are completely ignored, e.g.,
    Dim string_format As New StringFormat
    Dim tabs As Single() = {20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20}
    string_format.SetTabStops(0.0F, tabs)
 
e.Graphics.DrawString(txt, m_Fonts(para.FontNumber), _
    Brushes.Black, layout_rect, string_format)
Anybody got any ideas? One would 'think' that this should be pretty straight-forward.
Question'Access is denied' error when calling CreateFile from a UMDF drivermemberMember 312670624-Oct-12 5:30 
I am creating a UMDF driver which needs to change the brightness of the LCD back light.
 
The following line of code works in a Console App and successfully returns a handle to the device:
HANDLE hDevice = CreateFile(L"\\\\.\\LCD", GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, 0, 0);
However, when I use the exact same piece of code in my driver it returns INVALID_HANDLE_VALUE and GetLastError() gives code 5 which is 'Access is denied'
 
The driver is being debugged remotely on an x64 Windows 7 machine using the standard WDKRemoteUser profile.
 
Does anyone know what the problem might be? Do I need to set permissions and, if so, how?
AnswerRe: 'Access is denied' error when calling CreateFile from a UMDF drivermvpRichard MacCutchan24-Oct-12 22:14 
I'm not sure that you can use a normal CreateFile() call in a driver; see here[^] for further information.
One of these days I'm going to think of a really clever signature.

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


Advertise | Privacy | Mobile
Web02 | 2.6.130617.1 | Last Updated 17 Jun 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid