Hello Joep, Thanks for your hints. Regards, Marc ... From: Joep Suijs To: jallist@yahoogroups.com Sent: Wednesday, August 29, 2007 9:48 PM Subject: [jallist]...
Late 2007 the English JAL book "PIC Microcontrollers - 50 Projects for Beginners and Experts" is expected to be published. This hands-on book covers a series...
English summary: Late 2007 the second Dutch JAL book is expected to be published "Kunstmatige Intelligentie, breng uw microcontroller tot leven" (Artificial...
Hi, I need an IR remote controlled RGB controller and would like to know if anyone here has already created one or would do so for pay. The features I would...
HI ALL: (LCD QUESTION) Exists some function or procedure like this: print_lcd ("Hello World") or must i write: 44780 = "H" 44780 = "E" .... ETC Thanks. ...
... Hello, Using jalV2 you can do something like this var BYTE str1[] = "abcdefgh" PROCEDURE write_str(BYTE IN str[]) IS var byte i FOR count(str) USING i...
Perfect!!. Thanks Oliver Other quiestion, how i can join a number in the string (concatenation or "Concatenación" en spanish) for example: var byte strCad2[]...
... (concatenation or "Concatenación" en spanish) ... Hmmm I'm affraid that this is not possible "in one line" however, for writting numbers, you can use the...
Hello Wouter Being an old JAL having not yet migrated to JALV2 and needing a very small footprint simple processor I decided to use the 10f200 for small ...
... to ... no, *but* AFAIK the 10F's are 12-bit cores, so you should start with a 12C509 (which is/was supported, and is 12 bit) instead of a 12F629 (which is...
Greetings, ... (concatenation or "Concatenación" en spanish) ... Sorry, no built-in support for this but I think Bert includes a number formatting library (I...
Hi, I have been updating my delay library for Jal V2 (2.3 June 23/07) and found a bug in nested ifs. Took me a lot of time to figure out what caused it, but I...
Hi all! Somebody have timer functions? i wanna create a counter but with velocity (revolution per second (R.P.M.) for example: timer_second_reset -- Timer in...
You right, that's pretty strange... BTW, I tryied to replace const c_d0_mod = 0 by var byte c_d0_mod = 0 and the program seams to work better... cheers ...
Hi all! I'm thinking in starting a home automation project based on PICs and JAL. When I run jalv2 on my Linux (Ubuntu) PC the compiler doesn't seem to find...
... You need to use -s option: jalv2 -s "..../path/to/libs;..../path/to/another/libs" myprg.jal ... I've succesfully tried compiled jal produced asm file with...
... work with ... Thanks for your response Seb. When I do: jalv2 -s mypath/chipdef;mypath/inc b877-1.jal I get this: jal 2.2 (compiled Apr 26 2007) no source...
Stef, I mean the one that was listed in post #23309 by Patrick. The address is: http://mbtronics.homelinux.org/index.php?pag=mbir_maxi.pag I have a printed...
... Bash interprets a ";" as a seperation between two commands, whereas jalv2 (somewhat unfortunately) uses it to seperate paths. Bash parses the line and...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the jallist group. File : /Infra_red.zip ...
jallist@yahoogroups.com
Sep 7, 2007 1:35 pm
24088
... Thanks! Now it seems to start compiling. However, I get these errors: daniel@mazinger:~/Microchip/blink_led$ jalv2 -s ...
Hi, i answered my own question... Timer in background. init_interval_1s(1) next_interval i can eval ==> _tmr1, _tmr2 Have FuN!! ... From: Juan Manuel Feil ...
Hi all. I am looking for include 16F819. In JAL 1.0 i put: pragma target chip 16f628 pragma target fuses 0x3F10 pragma target clock 4_000_000 pragma target...