... bootloader to ... point ... That is a good news. I hope dutch guys are exchanging emails(more frequently than answering to my posts...:) because will be...
Greetings, JAL v 2.1 is available for download here: <http://www.casadeyork.com/jalv2/jalv21.zip> <http://www.casadeyork.com/jalv2/jalv21src.zip> It includes...
Hi Vasile, ... I have asked both Stef and Wouter to 'beta read' so to speak so hopefully all errors will be corrected before actual printing. Ofcourse even...
My starterpacks are now available on my website for JAL V2 version 2.1 This time all starterpacks have been combined into one package, 'one stop shopping' so...
Hi, I've had a look at your new starterpack, but the zip file seems to be corrupted (unexpected end of file, ...). I've tried several times, both under Linux...
Hi Seb, ... I'm not sure what went wrong but the file was indeed corrupted. I have changed it for a fresh version, it should download without difficulties now!...
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
Dec 3, 2006 5:48 pm
23067
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
Dec 3, 2006 5:48 pm
23068
Hi Bert, I could not find a link to your libraries starterpack on your page even when I used google and search your webside. I finally found it by directly...
Hi Norbert, ... Well perhaps these new pages are not in your proxy server yet, and you may need to click on your browsers refresh button. Anyway, on...
i found out about the latest release of jal, version 2.1 that is. i updated the compiler and tried to recompile all my projects. i'm amazed about the...
... seems there's more to it. another project just freezes (even though it compiles and works ok with v2.0). it seems to run the forever loop once then.. beats...
hi Adrian, sorry to hear that not all projects works as expected, ... ... Yes, there's probably a bug, but we didn't expect anyone to find it ;-) One of my...
Tnx alot for your repply Stef. It should solve my problems. Unfortunately where i am it's 3 in the morning and i have to get some sleep :-D From my first...
... I don't think he's using my starterpack, because the inc files in the starterpack (called _inc_all) contain the latest updates, including this one. Have...
... the ... this ... you are right Bert, i am using my own files for pic's registers definition and all that. i was missing the two lines with _pic_isr_w and...
I do not know enough about bit operations in Jal obviously to solve this, can somebody explain to me or tell me where I can find more info? There may be better...
... Hi Martin, Here's a neat way 'invented' by Stef, from my page 'What's new in JAL V2': var word demo var byte dem[2] at demo dem[1] = demHighByte dem[0] =...
hey guyz! sorry to bother you with.. a silly question maybe but i can't seem to make a multi byte reading routine for a PIC16F877 hardware i2c module i'm...
... The starterpack on my webstite contains an i2c library with a read two bytes procedure, conveniently called procedure i2c_read_2. Perhaps this is of help...
... two bytes ... Tnx but.. no tnx :-) I apreciate you are trying to help me Bert but your repply is not the answer to my question. the library you sugested is...
wandering thru the many jal/pic pages awhile back i remember seeing a circuit for reading many pushbuttons (keyboard) seems like it was 4x5 or larger. but i...
... read ... the ... understood. ... This would request minor modifications to run under jalV2: -- -- file : Vasile's & Josef's I2C MSSP library -- author...
Tnx once again for the help guys! I still couldn't use the sequential read scheme (reading multiple bytes in a row separated by acknowledge signals and...