Hi All, This question must be asked many times but I can't find a solution for my problem. Last week I have bought Bert's book wich on many topics helped me a...
... Hi Ge, What you do is send 5 chars, when you receive one. This is okay if the received chars have enough idle time inbetween. If not, you run into trouble,...
... Hi Enzo, Thanks for testing! I have unloaded a new version of the starterpack (1.52) with corrected files for the 16F88. Have fun, Bert www.vandam.tk...
Hi Ge, ... Thanks for buying my book! ... The hardware buffer is only two bytes. So if new data arrives while you are still sending, then anything over two...
Joep, Bert, Thanks for your replies. The commands are sent by an external device so increasing the interval between chars isn't possible. I will give both your...
To all JalV2 users We are proud to announce the 0.2.0 release of Jallib, available from the Jallib Project Homepage: http://code.google.com/p/jallib/ Under...
1 The very beginning: JAL FAQ version 1.0 March 23, 2008 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
Feb 1, 2009 5:47 pm
26380
... I'd just like to confirm that my installation went OK... Everything seems to work. I was previously using Bert's Starter Pack. I thought I'd try my hand...
Hi Joe, ... Thanks for reporting, and enjoy! ... Be careful: the device files do not always use the same names for registers, especially subfields of...
Hi Joe, ... I am afraid that is not possible. When the Jallib team was established they unfortunately decided not to be compatible with the starterpacks and my...
Hi Bert, Let's be accurate... :) We, at jallib, did not decide not to be compatible with (mostly) Stef's libs composing your starterpacks. We decided to be as...
Hi Seb, ... We have had this discussion in the past, so I am not going to repeat it. I still think that Jallib could and should have been compatible with the ...
Hi Bert, ... Thank you for the info. If I keep the libraries in separate directories, I imagine I should be able to change the default directory in JalEdit...
Hi Joe, ... JALedit is the same, but the JAL compiler version may differ. I would recommend you use two completely different development environments to ...
Hi Bert, ... Advice taken. Thank you. Jallib and Picjal (your starter pack) are now in separate directories. I copied JalEdit into Jallib and edited the...
Is there a way to specify data to go into the data EEPROM area? I want my code to save some settings into the EEPROM area, but I also want startup default data...
Hi Helge, ... In the file 'JALPRAGM.TXT, which comes with the JalV2 compiler you can read about 'PRAGMA EEDATA'. This allows you to put data in data-memory. ...
Hi guys, I'm back again on this... No one has replied to this, so I check again: is there any one (except me) who would want to be able to override ...
... again: is ... Yes, me, but I'd say it should be the other way round: a library can declare a function/procedure/constant/variable, which declaration only ...
... The best thing ever with jal (no matter it was about jal04 or jalv2) was/is the possibility of choosen between dozens of libraries. My strong advice is *...
... OK, I see the problem. So instead of overriding, you just have to ignore the upcoming declaration. It seems fine. ... Can you explain how you can know...
... This has the disadvantage that you can not have declarations that can't be overruled, and a accidental name clash (from user code or from another library)...
... not ... the ... This makes me think about "private" and "public" declaration. When I start using python, I was quite frightened that there where were no...
[Default] On Mon, 02 Feb 2009 20:05:18 +0100, Rob Hamerling ... That's perfect. Thanks, Rob. I hadn't even noticed that file. I kept searching the manual. -- ...
Hello Bert, I have your book and am using it with your starterpack in conjunction with a PicKit2 programmer. Do you plan to support the 16F88x series? I know I...
Hi Brian, ... Thanks for buying my book! ... I'm afraid I don't. Not personally anyway, but you may be able to help. ... I bet you do! It would be rather...
Hi Folks, Where is "Ask_Library_IDentity" defined? I've been trying to get into JAL with the help of Bert's book. I found that the standard delay was too slow...
This is so depressing. I was looking forward to getting going with JAL. I got the book for Christmas because I already had a couple of bargain PicKit2 starter...
... This will trigger again our favorite discussion :) There's no book for jallib, but there are: * ready-to-compile samples, included in the distrib, showing...