Search found 127 matches

by CS
Tue Jun 30, 2009 10:16 am
Forum: General
Topic: Development board / tools to purchase
Replies: 3
Views: 3535

Hi liak,

I'm also using the mikroelektronika EasyPIC boards since Version 3.
But I have to admit, that I missed some things and so I searched for another board.

On EBay- Germany (www.ebay.de) you can search for the following number and you'll see a good board.

130223006000

Good luck.

Christian
by CS
Fri Oct 24, 2008 12:48 pm
Forum: IDE
Topic: A Virus in the SwordfishIDE.exe?
Replies: 3
Views: 3717

Hi David,

thanks for the fast reply, but why I get the message when the Swordfish IDE isn't running?

Reguards

Christian
by CS
Fri Oct 24, 2008 8:12 am
Forum: IDE
Topic: A Virus in the SwordfishIDE.exe?
Replies: 3
Views: 3717

A Virus in the SwordfishIDE.exe?

Hi all,

since yesterday I very often get the following message from Avira AntiVir:

"In the File 'C:\Program Files\Mecanique\Swordfish\SwordfishIDE.exe' found a Virus from type 'TR/Crypt.XPACK.Gen' [trojan]."

Whats this? Did anybody have same problem?

Reguards

Christian
by CS
Sat Oct 11, 2008 9:43 am
Forum: Compiler
Topic: Clearing a LCD-area as soon as possible
Replies: 7
Views: 4256

Hi all,

thanks for the hints. Now I have solved the problem.

The best solution is the hint from johngb! Thanks again for that!

Reguards

Christian
by CS
Tue Sep 16, 2008 3:54 pm
Forum: Modules
Topic: A bug in the GLCD modul!?
Replies: 1
Views: 2969

A bug in the GLCD modul!?

Hey all, because I'm searching for a fast solution for my problem (VU- Meter) I played around with the subs and functions of the GLCD modul. Now I found out that the sub 'SQUARE(px,py,psize)' (SQUARE(30,16,5)) only draws a line. The Sub itself looks ok but this sub calls the sub Rectangle wich also ...
by CS
Tue Sep 09, 2008 3:21 pm
Forum: Compiler
Topic: Clearing a LCD-area as soon as possible
Replies: 7
Views: 4256

Hallo all again,

I'm back with no success.

@ Jon Candler: The command 'setimage' was so slow, that it wasn't useful.

Now I'm trying to convert johngb's tip!?

Christian
by CS
Tue Sep 02, 2008 6:12 pm
Forum: Compiler
Topic: Clearing a LCD-area as soon as possible
Replies: 7
Views: 4256

Hi all,

@ johngb: Yes, thats what I'm thinking of, but I don't have the right idea.

@ Doj: I use the PIC 18F4620. This MCU have a PLL. At this time I use him with 20MHz. When I use the PLL I can have 40MHz.

@ Steven: I use my favorite display type EA-DIP with the SED 1520 Controller.

Christian
by CS
Tue Sep 02, 2008 2:22 pm
Forum: Compiler
Topic: Clearing a LCD-area as soon as possible
Replies: 7
Views: 4256

Clearing a LCD-area as soon as possible

Hi all, I have build a schematic for a VU-Meter with a PIC and a LCD. It works great but it is a little bit slow. May be someone is able to help me. Here is the code to build the bargraph: ...... Dim ADVUL as byte Dim ADVUR as byte .... Sub ADInAsVURect(value,sline,eline As Byte) Dim x As Integer Fo...
by CS
Fri Jul 11, 2008 5:38 pm
Forum: Modules
Topic: adc on PIV 18f2553
Replies: 6
Views: 5054

Hallo,

I have had nearby the same problems. David wrote:
You probably need to take a look at the datasheet, there are quite a few values to play with. You could start by trying something like:

Code: Select all

SetBaudrate(br19200) 
ADC.SetConvTime(FOSC_8) 
Repeat 
   ...
Hope this helps

CS
by CS
Thu Jun 19, 2008 12:47 pm
Forum: Modules
Topic: Problems with ADC-modul!?
Replies: 2
Views: 3315

Hi David,

that's the trick! I have set the Conversion Time to FOSC/4 and now I get the expected values!

Thanks

CS
by CS
Thu Jun 19, 2008 9:28 am
Forum: User Modules
Topic: Where is the mistake? (Building a Menu and ADC)
Replies: 1
Views: 2945

Hi,

the thinks with the runing choice is solved. I now useing pulldown resistors for the PINS. :oops:

Greetings

CS
by CS
Thu Jun 19, 2008 9:20 am
Forum: Modules
Topic: Problems with ADC-modul!?
Replies: 2
Views: 3315

Problems with ADC-modul!?

Hi again, I'm using an EasyPic4 with the PIC 18F4620 at 20MHz. The problem with the ADC: When I use the follwoing code I get values between 0 and 511: Device = 18F4620 Clock = 20 Include "usart.bas" Include "convert.bas" Include "adc.bas" SetBaudrate(br19200) Repeat USART.Write("ADC-Value: ", DecToS...
by CS
Wed Jun 18, 2008 6:43 pm
Forum: User Modules
Topic: Where is the mistake? (Building a Menu and ADC)
Replies: 1
Views: 2945

Where is the mistake? (Building a Menu and ADC)

Hi all, in the following code there must be a mistake, but where? I use an EasyPic4 with a GLCD on PortB (Data) and PortD(Control). The Display works great but there are two problems: 1. The ADC should display a range between 0 and 1023 but I only get 0 till 511 (With the resistor on the EasyPic4) 2...
by CS
Wed Jun 18, 2008 6:22 pm
Forum: User Modules
Topic: 122x32 GLCD with SED1520 lib
Replies: 4
Views: 4814

Hi rmteo,

the only thing that I can't see is the state of the RES-Pin from your display. It should be on highlevel.

Than it should work!

Hope that helps! Good luck!

CS
by CS
Wed May 14, 2008 1:04 am
Forum: Modules
Topic: A little mistake in the ADC-modul !?
Replies: 7
Views: 5297

Hi Francis, of course I made the changes for my own, but I think David will make the changes in the original modul and with the next update the little mistake is away! I have to addmit, that I first thought that my pic is demaged because I was not able to use the external Vref. After long times of r...