Thanks for your aswer but all the imputs and outputs are defined in the 12f629 def. The switch on A3 to change direction also works, it's just A0 will not...
Greetings all I have a temperature sensor that spits out 13 bits, where: 0_0000_0000_0000 = 0C 0_0000_0000_0001 = 0.0625C 0_0000_0001_0000 = 1C and, below...
... Did you switch the comparator off? Try this. If the led blinks, try the other pins. -- =================================================== -- Title: JalV2...
Assuming this is an include file. I replaced my 12f629_def with this one, and I got a very long list of errors like this: jal 2.4 (compiled Jun 5 2008) ...
I finally solved the problem. It took a lot of reading and some really deep research in the jal libraries. I had to edit the standard 12f675 library wich is...
... There are no standard JAL libraries yet. They are coming, I mailed you the first sample. ... Read the datasheet, print the datasheet, ingest the datasheet,...
A second thought...you have checked that your LED is installed with the correct orientation right? LED's only conduct in one direction. If you are using the...
... At this moment the libraries made by Stef for JAL V2 are the standard libraries that most people use, for example all users of the starterpacks and all...
... I thought so to, but the only thing I could find so far is in the release notes of 2.1.2: * adding preliminary casting type [* sz] ( expr ) example: byte (...
... I don't know enough about this manual to maintain it, I do know it ... This example is given several times and it does NOT work. Since ad_high is a byte,...
Hey, Sorry maybe the wrong place to post but i couldn't find another post on the net. My problem is that i'm just started with pic's due to the book pic ...
... I can't help you with XWisp2, could you try XWisp? -- Wouter van Ooijen -- ------------------------------------------- Van Ooijen Technische Informatica:...
... Thanks for buying my book! ... Error 23 means "Unable to communicate with programmer." Here is a quick test to see if the PC and Wisp648 can "see" ...
I guess you are talking about the jallib group? I don't know where is stored this library, however: A few tricks to minimise the memory used by hd44780_4.jal: ...
Hi, hoyutor wrote: [about lcd_hd44780_4.jal] ... Well, generally more functionality means more memory occupation. So I'm not really surprised, since some...
Hi Vasile, ... Bookmark this URL for JalLib: http://code.google.com/p/jallib/ If you cannot wait for the first official release or need something desperately...
Have a look at http://code.google.com/p/jallib/source/browse/#svn/trunk/unvalidated/include/device Try to find one of the same series and modify the memory...
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...
... "Who thanks who for what?" We all have names! When you address a specific person mention her/his name. And be so polite to sign your messages with your...
Hey, I solved the problem. I bought another rs232 interface cable. The other from concepttronic would't work, the one from sitecom works fine. thanx for the...
Hi all, I am new to JAL and as most I guess I started experimenting with 'blink a LED', then I moved on to 'press a button' and now I am at 'use an LCD'. I...
... You can't pass variables, but you can pass a constant: procedure print(byte in str[]) is -- iterate over str, etc... end procedure -- then const byte...