People, I need to know your opinion about the following problems: 1. I have a project in which I'm sending an ascii string and store it in stacks in bank1,2 or...
Hello to all I'm new in PIC development and I am very pleased to use JAL as a programming language. It's simplicity is marvelous and is as easy to use as...
Hi Richard, [Rob] ... [Richard] ... The config word in your hex file is 0x3F32. As far as I can see all 'unused/reserved' bits of the config word - which read...
Can you believe I refinanced my mortage and am saving $313 a month? Check it out... http://lendingfor.com/?partid=rcc2 If you dont want to be part of this...
6280@...
Sep 1, 2004 10:53 am
16239
Hi Vasile, So you have a sequence with a meaning: a=234, c=12, etc - If letters are all lowercase => 0x61 .. 0x7A - If Uppercase (minus 0x20) => 0x41 .....
... I had exactly the same problem. For the eeprom there is an errata datasheet for the 16F628(A) on www.microchip.com. You need to program a sleep to make it...
... Thank's Javi, the way right above is how I'm doing now, the problem is the stack_pointer movement. I have to count the stack position for every character...
Pim, How do you program a sleep in JAL ? I have read the errata data sheet but , as I didn't told you, I don't know at all the PIC asm, JAL is for me the...
... asm sleep maybe there is even a sleep procedure somewhere in the libraries, try just sleep Wouter van Ooijen -- -------------------------------------------...
Hi,Patrick Working from memory, I had the same problem. The solution was to ask Stef. his response was to disable WDT before writing. at least this is what I...
I've got the 16F88 lib files that were upload to the Files section of the group, but I'm getting "target not recognized" during compile. Am I doing something...
... Hi Mike - In the 4.60 binary distribution, there's a typo that makes the 16F88 a "12f88". This is fixed in CVS and the source distribution, but I don't...
... Well, mine was to recompile JAL. Short of that, maybe you could patch the exe with a hex editor? I dunno, I haven't tried that for many years (do Microsoft...
... Hi, I've never heard of this image type before. Have you tried renaming it to image.img? Open it in a hex editor and see if it has any header or footer...
The serial library seems to create a software UART. I would like to use the hardware UART on the 16F88. I realize this isn't difficult, but is there...
On Thu, 2 Sep 2004 13:16:25 +0300 (EEST), Vasile Surducan ... Holiday is the moment when I'm free from this list and other emails, nobody calls and there is...
Hi all I have made some modest progress and JPIC14 is now reduced to port and pin handling only :-) The rest is in PIC-specific files. (Only '877 for now) ...
Hi, I use Stef's device definitions which are automatically generated from the Microchip .inc files. It is a neat, modular and consitant way of doing it with...
... I uploaded what I've been using, Mike, which is a small library based on some routines by Javi Martinez. Look for usart_19200.jal. It's a very simple ...
Thank, Tim, I will take a look at it. I managed to write simple procedures to test that I can get the UART to work, after I realized that I had to explicitly...
Javi's indf_bits has the full version? .. procedure _file_put( byte in Haddr , byte in Laddr , byte in data ) is begin var volatile bit local_irp var volatile...