Overunity.com Archives is Temporarily on Read Mode Only!



Free Energy will change the World - Free Energy will stop Climate Change - Free Energy will give us hope
and we will not surrender until free energy will be enabled all over the world, to power planes, cars, ships and trains.
Free energy will help the poor to become independent of needing expensive fuels.
So all in all Free energy will bring far more peace to the world than any other invention has already brought to the world.
Those beautiful words were written by Stefan Hartmann/Owner/Admin at overunity.com
Unfortunately now, Stefan Hartmann is very ill and He needs our help
Stefan wanted that I have all these massive data to get it back online
even being as ill as Stefan is, he transferred all databases and folders
that without his help, this Forum Archives would have never been published here
so, please, as the Webmaster and Creator of these Archives, I am asking that you help him
by making a donation on the Paypal Button above.
You can visit us or register at my main site at:
Overunity Machines Forum



Feedback To Source

Started by nievesoliveras, December 21, 2008, 11:28:28 AM

Previous topic - Next topic

0 Members and 31 Guests are viewing this topic.

nievesoliveras


Groundloop

Jesus,

You do not need to have any other program up and running except the Hyperterminal
program when testing the prototype card. The PIC micro controller is already loaded
with the software. We can discuss later on how to load a new software into the micro
controller.

First find the new port number that Windows did install when you installed the driver
for the USB to serial dongle.

1. Right click on My Computer icon on screen and select Properties
2. Click on Hardware folder
3. Click on the right middle button (right of small computer icon).
4. Click on the + on Ports (COM and LPT)
5. Make a note on WHAT new PORT windows has made for your USB dongle.

Use this port number when you set up Hyperterminal program.

Now, connect the 9 volt battery to the prototype board.

Groundloop.

nievesoliveras

Thank you @groiundloop!

If what you explain is to look on the device manager, I did it yesterday and today again and added the com3 to the hyperterminal.

Yesterday I tried to detect the device with the Mplab ide and could not. But you say that it is not needed at this stage.

Screen captures follow.

Jesus

Groundloop

Jesus,

OK, it seems that your USB to serial dongle is correctly installed.

Select port 3 in Hyperterminal.
Now set up the Hyperterminal to 2400 bits/Sec, 8 data bits,
No Parity, 1 Stopbit, and None on the last entry.

Then check that you have a connected status in Hyperterminal by
looking at the bottom of the program frame.

Now connect the 9 volt battery to the prototype board a couple of times.
A menu should appear in the Hyperterminal window.

You do NOT use MPLAB to connect to a serial device. You use MPLAB
to make programs for the PIC micro, you then compile the program in MPLAB,
thus producing a HEX file. This HEX file must be transferred to the PIC16F88
by the use of a programmer hardware like the PicKit2 or similar.
You then use the PIcKit2 program to transfer the HEX file to the PIC micro controller.

Groundloop.

nievesoliveras

@groundloop

I have the pickit2 board and programmer. Can I put the pic16F88 on the pickit2 board and reprogram the pic controller with one of your downloaded files?

If so which one I must try first?

Jesus