hi Dave, ... The program has an very decent bug tracer on board, that can pinpoint the exact location of the problem that occurred and trace a small piece of...
... the bad thing is that it did not open the default email program (mozilla) and then complained about there not being a default email program. dave...
... Oh, that's indeed bad ! Probably some settings of the bug tracer wrong ... for Sunish (writer of JALedit): I use the following settings, which works both...
This is the Jallist bi-weekly info message. JAL is a free language (compiler) for the Microchip 16f84 and Scenix SX microcomputers available from the <A...
jallist@yahoogroups.com
Jul 3, 2006 2:55 am
22181
1 The very beginning: JAL FAQ version 0.03 June 8, 2004 1 1.1 JAL? PIC? Where do I start? 1 1.2 Where to get JAL? 1 1.3 Which PIC? 2 1.4 What's all this JAL...
jallist@yahoogroups.com
Jul 3, 2006 2:55 am
22183
Greetings, ... For the time being, feel free to email them directly to me (jalv2@...). Oddly, I get a clean compile using gcc (GCC) 3.3.5 (Debian...
Even I have checked that, I don't know what's wrong. Sunish Oh, that's indeed bad ! Probably some settings of the bug tracer wrong ... for Sunish (writer of...
Greetings, ... I couldn't get this to compile, are you sure this is exactly how you had it? Regardless, you cannot use _temp directly, instead try: procedure...
Many, many thanks for those who've put in untold hours for the new JAL release...it is wonderful! It is really nice to be able to work easily with large...
Is their anyone to re-activate this wonderful project?! http://perso.orange.fr/udev/whatis.htm What is MicroDev? MicroDev is an Integrated Development...
Hi, The Project has been reactivated by Vilmos. I take the occasion to announce two new pluggins (written by Vilmos) containing some signal generators and the...
I'm having problems using indexed variables. My current project
involves reading 5 different GP2D12 sensors through the A/D pins on a
PIC16f876. I'm pushing...
Hello guys!!!, Y want to now how I define another chip? Example. Pragma Target chip 16F628, but if I want to use a 16F819 the compiler tell me " error: target...
Thanks Vasile... I use Jal v 4.50. I tryed to install Jal v 4.60 but, when I compile a program using jpic library I had problems. The compiler does not work...
Will someone volunteer JAL code that will debounce a pushbutton switch? I use: while sw1 loop delay_1ms(10) end loop This works most of the time. Thanks!!! ...
Hola Diego, If you didn't work too much with 04.50 I recommend a jump to the jalV2. (see Stef, I'm with you...) Read the documentation about implementing your...
... Ok, I am not familiar with JAL statements and syntax so I can't give you a JAL answer. However, there is a logical flaw in your example. The whole idea of...
Hye bruce! As pseakins pointed out before, your code is not actually debouncing the button. I for one use something like this: function ButtonCheck return bit...
... Why? Suppose you check the button in the main loop, say every 100ms or so. Suppose you find it is pressed. Good for you. Why do silly debounce stuff? If...
Hi Eur, debouncing = founding the steady state of a button there are applications where a button share multiple function. You can't freeze with your finger on...
even so the OP's method wouldn't have worked The aim of debouncing is making it so you don't interperate one button press as multiple. IE if you are just...
Excellent synthesis Jake ! Sure there isn't any other way ? greetings, Vasile ... button ... when ... around ... bouncing. ... be ... other ... where ... ...
Dear reader, Q1: is it possible to program 10f20x serie with the wisp628 tool ? Q2: is it possible to slow down the programming from the wisp so that prgdata...
there may be other ways but i dont know them ;-> the specifics of the implementation may differ but i think they will all come back to those styles. the goal...
Hi Jan, ... I'm afraid the Wisp628 does not support the 10F series.... ... Yes, use the 'baud'-command of Xwisp or Xwisp2[u|w]. Regards, Rob. -- Rob Hamerling,...
Hello Folks, I am currently trying to convert from the old original jal to jalv2 because the new features will hopefully help me to simplify my jal programs. I...
Check out Phil's site http://www.philpem.me.uk/elec.php I believe he has firmware for the wisp628 that uses Olin's EasyProg software to do (some?)10Fs Dave...