Search found 13 matches

by kdonut@hotmail.com
Mon Feb 25, 2013 1:38 am
Forum: E-blocks
Topic: PPP stopped working
Replies: 2
Views: 3349

PPP stopped working

My version of PPP just stopped working. it says that it cannot find NTPORT.dll. I reloaded PPP and it still cannot find that file. Any ideas what is wrong?
by kdonut@hotmail.com
Wed Feb 06, 2013 3:23 am
Forum: E-blocks
Topic: EB006 kit with a PIC16F877A
Replies: 18
Views: 14330

Re: EB006 kit with a PIC16F877A

Turns out to have been the parameters. for this configuration the programmer parameters should have been
-cs 2 -chip PIC%p -config

Thanks for those that helped.
by kdonut@hotmail.com
Sun Feb 03, 2013 7:18 pm
Forum: E-blocks
Topic: EB006 kit with a PIC16F877A
Replies: 18
Views: 14330

Re: EB006 kit with a PIC16F877A

Tried both of the above suggestions with no luck.

Could the parameters on the compiler or programmer be problem?
Currently, compiler parameters are:
-v -t PIC%p "%f.c"

programmer parameters are:
-cs 2 -chip PIC%p -nogui "%f.hex"
by kdonut@hotmail.com
Sat Feb 02, 2013 7:33 pm
Forum: E-blocks
Topic: EB006 kit with a PIC16F877A
Replies: 18
Views: 14330

Re: EB006 kit with a PIC16F877A

More of the upload files.
by kdonut@hotmail.com
Sat Feb 02, 2013 7:30 pm
Forum: E-blocks
Topic: EB006 kit with a PIC16F877A
Replies: 18
Views: 14330

Re: EB006 kit with a PIC16F877A

These are three of the attachments from my attempt. Will upload the rest in a minute.
by kdonut@hotmail.com
Sat Feb 02, 2013 7:26 pm
Forum: E-blocks
Topic: EB006 kit with a PIC16F877A
Replies: 18
Views: 14330

Re: EB006 kit with a PIC16F877A

I tried with the code you sent and no joy. When i loaded the hex, it asked if it was intended for an 18F device. I selected no, but went back and tried again selecting yes. Both cases did not work.
by kdonut@hotmail.com
Fri Feb 01, 2013 11:20 pm
Forum: E-blocks
Topic: EB006 Kit with PIC16F877A
Replies: 1
Views: 2650

EB006 Kit with PIC16F877A

Does anyone know the configuration settings for the subject configuration? I have a program that runs on the simulator but I cannot get it to run on the chip. I think that I may have a setting wrong preventing the program from correctly getting to the chip.
by kdonut@hotmail.com
Thu Jan 31, 2013 2:35 am
Forum: E-blocks
Topic: EB006 kit with a PIC16F877A
Replies: 18
Views: 14330

Re: EB006 kit with a PIC16F877A

MSG.TXT attached.
by kdonut@hotmail.com
Wed Jan 30, 2013 11:34 pm
Forum: E-blocks
Topic: EB006 kit with a PIC16F877A
Replies: 18
Views: 14330

Re: EB006 kit with a PIC16F877A

Any suggestions?
by kdonut@hotmail.com
Wed Jan 30, 2013 2:19 am
Forum: E-blocks
Topic: EB006 kit with a PIC16F877A
Replies: 18
Views: 14330

Re: Welcome to the E-blocks forum

removed the 16F88 chip and autodetect chip now states the correct chip (16F877A). Still receiving error stating 'Hex file program memory is outside selected chip's memory range. Continue?" I clicked yes and compiler message is scrolling but at the end stated programming failed: Program Memory C...
by kdonut@hotmail.com
Wed Jan 30, 2013 2:12 am
Forum: E-blocks
Topic: EB006 kit with a PIC16F877A
Replies: 18
Views: 14330

Re: Welcome to the E-blocks forum

Yes. There is an 18F88 in the 18 pin socket
by kdonut@hotmail.com
Wed Jan 30, 2013 12:56 am
Forum: E-blocks
Topic: EB006 kit with a PIC16F877A
Replies: 18
Views: 14330

Re: Welcome to the E-blocks forum

Oh. One more thing. Reading the help file, it states "if you are using E Blocks, you may need a firmware update." i clicked the link to check for the latest firmware on the matrixmultimedia website and it comes up blank and says that the page may have moved.
by kdonut@hotmail.com
Wed Jan 30, 2013 12:52 am
Forum: E-blocks
Topic: EB006 kit with a PIC16F877A
Replies: 18
Views: 14330

EB006 kit with a PIC16F877A

i am new to E Blocks and PiC programming in general. I just got the EB006 kit with a PIC16F877A chip. I wrote a simple code attached here. The code works on the emulator but i cannot get it to load to the chip. After writing the code using flowcode, I compiled to c and hex via the buttons in the flo...