Happy New Year to everybody. I use the Microsoft calculator (from Accessories) in Scientific mode. Regards Ian ... From: Stef [mailto:s.mientki@...]...
Hi all. I am new to JAL and this list. After spending some time over the last couple of months using uChip assembly, I think that JAL is my new language of...
hi Doug, ... If you've used my libraries, in general there are 2 parts: - the "holy untouchable " real library contents, (i.e. "stepper.jal") - an interface...
Dear Master of the JALring, I've noticed a few strange things on the webring: 1. Already a long time there seems to be 2 new websites, waiting to be submitted...
While I did setup and test a system using the jstepper routines, I found it was not an efficient use of the PIC outputs. First you will still need to a set of...
... found it was not an efficient use of the PIC outputs. First you will still need to a set of darlington transistors or such, and will need to provide ...
... or ... Thanks to all for the replies. As it turns out, I walked away from the project for a while and when I came back, I was able to delve a little deeper...
... In my opinion, this would be a very good idea. But for that you need a real "teacher", someone who understands the problems beginners have, someone who is...
Check Raymond's site: http://www.firstr.sucks.nl/; he has made a nice caralarm with lots of features. Johan ... with my questions. I'm planning to do a car...
... I think it is what every beginner thinks should be written, but does not feel up to, and every experienced guy could write, if only he could still imagine...
... and has a neat I2C interface as well. http://www.microchip.com/1010/pline/picmicro/category/embctrl/8kbytes/de vices/16f819/index.htm states it as "future...
... Wouter your site is a delight, for both beginners and pro's . The pictures of the PIC's on the solderless breadboards are worth a thousand words and should...
Eur van Andel
eur@...
Jan 2, 2003 9:55 pm
7958
Hi, 1. Who knows how to read the position of a potmeter in the Analog-to- Digital Converter from the 12F675 (8-pin PIC)in JAL? As far as I know there's a...
frizie2000 <frits.kie...
frits.kieftenbelt@...
Jan 2, 2003 9:55 pm
7959
Raymond's car alarm is realy great but unfortunately they have only hex code (and file is corrupted). My intencion is learn some about pics and JAL, so if you...
... Mauro, Since JAL is a high level (read almost English) language, first write down what you want your alarm to do. For example, if you want to sense when a...
Hello everyone, After giving a little advice I now find myself in the position of needing a little help. I need to output an 8 bit address on port b. The...
hello all can any one help me to make a universal timer from 1-99 hrs with up and down keys with 2 segment display , i ve been tryin with jal but i just cannot...
Hi group, First, a happy New year to you all, may your dreams come true and all the projects work !! Has anyone done some work on rev counting ? I want to read...
On Fri, 03 Jan 2003 03:13:13 -0000, "mikerey35475 <mwrey@...>" ... If you have a variable that is called address, do: port_b = address but somehow I...
Eur van Andel
eur@...
Jan 3, 2003 8:00 am
7967
On Fri, 03 Jan 2003 04:47:09 -0000, "macx75 <macx75@...>" ... If your PIC doesn't need to do anything ELSE than this timer, you might run it form a watch...
Eur van Andel
eur@...
Jan 3, 2003 8:01 am
7968
On Fri, 03 Jan 2003 07:17:40 +0000, "danie joubert" ... I have. ... Trembling with fear for using interrupts, I opted for external timer increase. ... I have 4...
Eur van Andel
eur@...
Jan 3, 2003 8:16 am
7969
You want others to do a part of the work for you, so how about you doing your part first? Specify *exactly* what you want the device to do, including responses...
... b. ... to ... hold ... location* ... an internal ... www.fiwihex.com ... Eur, Thanks for replying. Ok, I will try to be more specific, last night I was...
On Fri, 03 Jan 2003 11:47:13 -0000, "mikerey35475 <mwrey@...>" ... The datasheet is somewhat hard to come by, but here is a crude scan: ...
Eur van Andel
eur@...
Jan 3, 2003 12:21 pm
7972
Okay, this is probably a stupid question... I was working on some code earlier, and wanted my program to respond when input pin A1 went high. Here is the...
hi Matt, which processor are you using ? in other words "what kind of pin can A1 be?" , mayby an analog input or a comparator input or even mayby not connected...
What chip are you using? If its a 16f628 or similar with port having analog functions you need to disable them first ie: "var volatile byte CMCON at 0x1F =...