Q
Quan
Guest
How can I get it to program?
What do I need in a complete list...
I am so confused
What do I need in a complete list...
I am so confused
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Every XP box has two types of users. Ones with admin permissions and ones without. If you do not have admin permission the you need to ask a user who does (or log in as one that does) and uncheck the "use FIFO" box.Quan said:I still cant get it...
Quan said:How can I get it to program?
What do I need in a complete list...
I am so confused
Quan said:Are there 9pin to usb adapters...
I still cant even open the advanced window box...
Device Manager
[FONT=Verdana, sans-serif]When you open the COM port properties in Device Manager, and then click Advanced on the Port Settings tab, you may receive the following error message:[/FONT]
[FONT=Verdana, sans-serif]You must have write privileges in the registry for this device in order to modify the devices advanced settings.[/FONT]
[FONT=Verdana, sans-serif]This behavior occurs because there are three missing registry subkeys from the following registry key:[/FONT]
[FONT=Courier New, monospace]HKEY_LOCAL_MACHINE\system\currentcontrolset\enum\acpi\pnp0501\2[/FONT]
[FONT=Verdana, sans-serif]The missing keys are:[/FONT]
- [FONT=Verdana, sans-serif]RxFIFO[/FONT]
- [FONT=Verdana, sans-serif]TxFIFO[/FONT]
- [FONT=Verdana, sans-serif]ForceFifoEnable [/FONT]
Try it this way:
Go to Start\Run: Type in: gpedit.msc
This will open GP editor.. in the left pane, look in User Configuration \ Administrative Templates \ System\...
In the right pane, look for the key "Prevent access to registry editing tools"
Make sure it's set to "Not Configured"
(If you need to alter it, double click the key and select the appropriate setting).
If this doesn't work, then I suggest you post a HijackThis log in the "Applications and Security" forum so one of the guys there to see what the problem might be regarding possible malware etc.
Good luck....**broken link removed**
Edit: Just tried the above on my machine...if I enable the key, I get exactly the same "Registry editing has been disabled by your administrator" message when trying to run regedit. Set it to "Not Configured" ...and bingo..regedit works ok.
(I use XP Pro by the way)..
Quan said:no, It still isnt working...
WHY!!!
I cant even open gpedit.msc...
Clean: Deleting intermediary and output files.
Clean: Deleted file "C:\Documents and Settings\user\My Documents\MPLABIDE\Hello World.asm.mcs".
Clean: Done.
Executing: "C:\Program Files\Microchip\MPASM Suite\MPAsmWin.exe" /q /p16F628A "Hello World.asm" /l"Hello World.lst" /e"Hello World.err"
Error[105] C:\DOCUMENTS AND SETTINGS\USER\MY DOCUMENTS\MPLABIDE\HELLO WORLD.ASM 3 : Cannot open file (Include File "p 16F628A.inc" not found)
Error[111] C:\DOCUMENTS AND SETTINGS\USER\MY DOCUMENTS\MPLABIDE\HELLO WORLD.ASM 4 : Missing symbol
Error[113] C:\DOCUMENTS AND SETTINGS\USER\MY DOCUMENTS\MPLABIDE\HELLO WORLD.ASM 6 : Symbol not previously defined (STATUS)
Error[113] C:\DOCUMENTS AND SETTINGS\USER\MY DOCUMENTS\MPLABIDE\HELLO WORLD.ASM 6 : Symbol not previously defined (RP0)
Error[113] C:\DOCUMENTS AND SETTINGS\USER\MY DOCUMENTS\MPLABIDE\HELLO WORLD.ASM 8 : Symbol not previously defined (OPTION_REG)
Error[113] C:\DOCUMENTS AND SETTINGS\USER\MY DOCUMENTS\MPLABIDE\HELLO WORLD.ASM 10 : Symbol not previously defined (TRISB)
Error[113] C:\DOCUMENTS AND SETTINGS\USER\MY DOCUMENTS\MPLABIDE\HELLO WORLD.ASM 11 : Symbol not previously defined (STATUS)
Error[113] C:\DOCUMENTS AND SETTINGS\USER\MY DOCUMENTS\MPLABIDE\HELLO WORLD.ASM 11 : Symbol not previously defined (RP0)
Error[113] C:\DOCUMENTS AND SETTINGS\USER\MY DOCUMENTS\MPLABIDE\HELLO WORLD.ASM 12 : Symbol not previously defined (PORTB)
Error[173] C:\DOCUMENTS AND SETTINGS\USER\MY DOCUMENTS\MPLABIDE\HELLO WORLD.ASM 15 : Source file path exceeds 62 characters (C:\DOCUMENTS AND SETTINGS\USER\MY DOCUMENTS\MPLABIDE\HELLO WORLD.ASM)
Halting build on first failure as requested.
BUILD FAILED: Wed Oct 03 21:56:05 2007
;*** WDT reset toggles RB0
list p=16F628A
include <p16F628A.inc>
__CONFIG 0x3F34