... The language is JAL. The compiler makes assembler of that. ... Not the C language, tha JAL language. It is a bit higher than C. Yes, it is free. No...
Eur van Andel
eur@...
Mar 1, 2004 8:25 am
13371
Does it work with Jal? Where can I find library or sample? Harrie215...
On Mon, 01 Mar 2004 15:03:53 -0000, "Harrie Geerts" <harriegeerts@...> ... it does. ... http://www.google.com/search?q=jal+array+stef -- Ir. E.E. van...
Eur van Andel
eur@...
Mar 1, 2004 3:38 pm
13373
I compiled the second example (nightrider LEDs) from the online jal manual here: http://jal.sourceforge.net/manual/exa.html But when I compiled it I got an...
On Mon, 1 Mar 2004 16:18:01 +0100 , Anton Thielen <AThielen@...> ... In june: 6 pin PICs. (where PIC12x means 8 pins PICs, PIC10x means 6 pins :-) ......
Eur van Andel
eur@...
Mar 1, 2004 10:47 pm
13375
Hi, Taken the source file from: http://jal.sourceforge.net/manual/e0002.jal ... and my compiler result: <OUT> jal 0.4.59 (MSVC 1310.0) input files:12...
... No, but the LED will light up when a button is pressed as well. -- Ir. E.E. van Andel, Fine Wire Heat Exchangers, Fiwihex B.V. www.fiwihex.com ...
Eur van Andel
eur@...
Mar 2, 2004 8:07 am
13377
Hello, I'd like to create a small barometer using pic, and I don't know which sensor to use. MPX2050 seems a good, cheap solution, but it can only mesures...
saupin guillaume
guillaume.saupin@...
Mar 2, 2004 9:55 am
13378
... p! ... hed it ... and ... windows ... ks?! ... ne. ... hello, i understood what to do in the dos, but which directory i must get in and which program i...
... open a DOS box. type jal<enter> Now you have two possibilities: 1) ... or 2) ... 1) bad. Go find jal.exe. Switch back to Windoze and hit flag-f or do...
not sure what you application is but i think this sensor measures differential or gauge pressure. so it's going to measure the pressure difference across two...
... Guillaume, Keep looking in the MPX series. To measure atmospheric pressure (barometer application), you need an absolute pressure type, measuring up to...
I'm trying to communicate between two pic using an rf module from laipac so that 16 bit data could be exchange wirelessly. I'm sending serial digital output...
Hi Everbody; I want to use PIC16F74 in my application.I wonder if I can use 16F877 library for 16F74 or not ? If not, what can I do ? Thanks for considering. ...
Teoreticaly 16F74 and 16F874 are identical PICs except some minor diferences as: some SFR names, writting flash while running which doesn't work for 74, AD...
... doesn't ... I know 16F74 and 16F877 have different registers and properties, for example in 16f74 there is 8-bit AD, only one adresult register but pin...
... Hi Huseyin. You may want to take a look at Jalcc. When you open a microchip inc file in Jalcc, it is converted into a jal def file. Microchip has an inc...
Hi JAL list, I have converted a C program (CC5X free) to JAL. The program works the same way as the C program and as expected ;-) Because I couldn't find ...
Hi Andreas, ... JAL don't set the banks, you must select them prior to anything. ... No, works wo problems (with 16F628). Regards, Javi. www.japus.org...
Vasile, are you sure about your "don't worry" comment. Tris still works (for now), but I'm not sure about the bank problem. I ran into the same problem with...
... about warnings, yes about the other error, this time is indeed an error (thx Javi) because tmr2ie is in pie1 which is in bank 2, but usualy this kind of...
Hi Vasile, Gordon and Javi, thanks for your answers. But now I'm a bit confused: what is the correct way to access TMR2IE? I'm using the line "include f628_4i"...
Hi, I have used: bank1 _TMR1IE = on bank0 but I use Stef's device def files from his web site (JALcc environment). I suggest you use this unless you enjoy...
Hi all Have searched but not found any jal-routine for PORTB interrupt on 16F84. Anyone have a code-example that I can try? It's going to be a slow, several...
... I'm by far a JAL-expert, but what about port_b = port_b ^ 0b_1111_1111 Regards, Rob. -- Rob Hamerling, Vianen, NL phone +31-347-322822 homepage:...
... environment). I ... someone ... and then ... Hi Gordon, I tried Stef's def file (16f628_defs), but I get always an error: jal 0.4.59 (MSVC 1310.0) [Error]...
Compiler 4.59 has put some operation ourside the compiler, and put them in a separat library "JRTL.JAL". So when using 4.59 you should always include JRTL as...