Search found 37 matches

by skartalov
Thu Jul 28, 2011 5:07 am
Forum: Compiler
Topic: PORTA.4 is not responding...
Replies: 2
Views: 2077

octal wrote:If I remember, on all (or most) PICs, PortA.4 is an open drain (output) pin, so it won't go high automatically, you need to add a pullup resitor (1K may be enough) to it to make it act as a "normal" output pin.
Yes, in fact - this was the case!
Thanks a lot!
by skartalov
Wed Jul 20, 2011 7:04 am
Forum: Compiler
Topic: PORTA.4 is not responding...
Replies: 2
Views: 2077

PORTA.4 is not responding...

Hi,
I am using 18F452 at 20MHz for a project.
Modules in use: GLCD,SD, UTILS.
I put setalldigital() in the beginning of my prog, but still PORTA.4 is always zero. I cannot set it high.
Why is that?
Any suggestions?
by skartalov
Thu Jun 23, 2011 7:09 am
Forum: Wiki Announcements
Topic: SDFileSystem Version 4.0.9
Replies: 32
Views: 56232

HPGL Code

Hi, what I am trying to do is read an HPGL file, and USART the X,Y coordinates. The code should omit all the data exept the line starting with PU and PD commands. As PICBASIC user, it is a bit harder for me to figure out how exactly to write the code in SwordFish. Until now I can successfuly open th...
by skartalov
Tue Apr 20, 2010 12:52 pm
Forum: User Modules
Topic: Servo/Stepper motor control module
Replies: 0
Views: 3381

Servo/Stepper motor control module

Hi, Can someone please help me by writing a module to control stepper/servo controller by STEP/DIR standart. This will use 2 pins on any port as output for the step and dir signals. The module must accept 3 varialbles, - first (longword) is the number of pulses that will go on the step pin, and the ...
by skartalov
Sun Apr 18, 2010 6:57 am
Forum: Modules
Topic: SED1330f Graphic LCD Control
Replies: 6
Views: 5492

I supply -20V from another power supply. I see only initialization of the display, as it becomes black for a moment, and then goes white (green) again. That's all.
by skartalov
Sat Apr 10, 2010 1:11 pm
Forum: Modules
Topic: SED1330f Graphic LCD Control
Replies: 6
Views: 5492

Hi,
I own 320x240 GLCD with SED1330 controller:

Datasheet:

http://home.comet.bg/datasheets/LCD%20G ... 0240A1.pdf

Until now I couldn't succeed to run it!

Any ideas what can be wrong?

THANX
by skartalov
Sat Apr 10, 2010 9:15 am
Forum: Wiki Announcements
Topic: SDFileSystem Version 4.0.9
Replies: 32
Views: 56232

Hi Steven,

I got the message:

"Indetifier not declared: spiOscDev64"

when trying to compile your sample programs.

Why is that?

Thanks.