Search the web
Sign In
New User? Sign Up
jallist · JAL mailing list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 16235 - 16264 of 25136   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16235
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...
Vasile Surducan
vsurducan
Offline Send Email
Sep 1, 2004
9:24 am
16236
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...
multitrain2000
Offline Send Email
Sep 1, 2004
9:35 am
16237
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...
Rob Hamerling
digithalys
Offline Send Email
Sep 1, 2004
10:50 am
16238
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@...
Send Email
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 .....
japus10
Offline Send Email
Sep 1, 2004
11:02 am
16240
... 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...
pimsnoeks
Offline Send Email
Sep 1, 2004
11:53 am
16241
... 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...
Vasile Surducan
vsurducan
Offline Send Email
Sep 1, 2004
11:55 am
16242
... I don't know if there might some assembler trick - bit test the 3 Most Signif bits for a one? - could that be faster? D...
Dave Lag
daveismissing
Offline Send Email
Sep 1, 2004
12:20 pm
16243
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...
Patrick Froucht
multitrain2000
Offline Send Email
Sep 1, 2004
12:34 pm
16244
... asm sleep maybe there is even a sleep procedure somewhere in the libraries, try just sleep Wouter van Ooijen -- -------------------------------------------...
Wouter van Ooijen
wvooijen
Offline Send Email
Sep 1, 2004
1:15 pm
16245
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...
Victor Faria
victorf57
Offline Send Email
Sep 1, 2004
3:21 pm
16246
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...
upand_at_them
Offline Send Email
Sep 2, 2004
2:07 am
16247
... 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...
Tim - K1BR
k1br_1
Offline Send Email
Sep 2, 2004
2:45 am
16248
Hi Tim, Okay, so what's the solution? Mike...
upand_at_them
Offline Send Email
Sep 2, 2004
3:38 am
16249
... 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...
Tim - K1BR
k1br_1
Offline Send Email
Sep 2, 2004
3:53 am
16250
Forgot about the files section. :) Uploaded the exe to the same directory as the f88 libs. Tim...
Tim - K1BR
k1br_1
Offline Send Email
Sep 2, 2004
4:05 am
16251
Thanks. It works. I did try UltraEdit in hex mode, but it didn't work. Mike...
upand_at_them
Offline Send Email
Sep 2, 2004
4:12 am
16252
Eur, holiday is for resting not for googling ! :) THX, however the image.imz is a visio format. the "image" is in fact a picture Vasile...
Vasile Surducan
vsurducan
Offline Send Email
Sep 2, 2004
9:57 am
16253
... 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...
Mark Jones
heliosstudios
Offline Send Email
Sep 2, 2004
2:40 pm
16254
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...
upand_at_them
Offline Send Email
Sep 2, 2004
4:13 pm
16255
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...
Eur van Andel
eur_1965
Offline Send Email
Sep 2, 2004
6:50 pm
16256
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) ...
Eur van Andel
eur_1965
Offline Send Email
Sep 2, 2004
7:17 pm
16257
HTH Hex Mnemonic Description Function 0062 OPTION Load OPTION register W-->OPTION Register 008f MOVWF f Move W to f...
Dave Lag
daveismissing
Offline Send Email
Sep 2, 2004
8:13 pm
16258
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...
Gordon Williams
jal_list
Offline Send Email
Sep 2, 2004
8:23 pm
16259
... 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 ...
Tim - K1BR
k1br_1
Offline Send Email
Sep 2, 2004
9:48 pm
16260
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...
upand_at_them
Offline Send Email
Sep 2, 2004
10:38 pm
16261
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...
Dave Lag
daveismissing
Offline Send Email
Sep 3, 2004
3:00 am
16262
... There are procedures in jpic.jal to do this (bank_0, bank_1, bank_2, etc). Tim...
Tim - K1BR
k1br_1
Offline Send Email
Sep 3, 2004
4:21 am
16263
At least you can address all banks. ;) Javi. ... is begin ... reach...
japus10
Offline Send Email
Sep 3, 2004
5:17 am
16264
I hope you don't mind, I rewrote your lib to be more general: -- ------------------------------------------------------------------- - -- -- file :...
upand_at_them
Offline Send Email
Sep 3, 2004
6:06 am
Messages 16235 - 16264 of 25136   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help