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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 25274 - 25304 of 27401   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25274
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
Send Email
Jun 1, 2008
5:46 pm
25275
Greetings, jalv2 2.4g has been released: <http://www.casadeyork.com/jalv2/archive/jalv24g.zip> <http://www.casadeyork.com/jalv2/archive/jalv24gsrc.zip> Some...
zmafoox
Offline Send Email
Jun 5, 2008
3:25 pm
25276
I have an error in MPlab with an asmbled Jal file. the pic i use is a 16f88 and the source code is like this: include 16f88_bert -- DEFINES --a poort ...
rzengerink
Offline Send Email
Jun 5, 2008
7:13 pm
25277
there is an eror in both the 16f88_bert.jal file and the 16f88_inc_all.jal file. Specifically, in the 16f88_inc_all file, add the following line in the...
hunt4it44
Offline Send Email
Jun 5, 2008
11:17 pm
25278
If you mess up the changes or they don't work you can try the include files at http://www.robh.nl/jal/ Regards, Gordon Williams ... From: "hunt4it44"...
Gordon Williams
jal_list
Offline Send Email
Jun 6, 2008
12:47 am
25280
Thanks for the quick reply. I already noticed the mistake in the 16F88_bert file. i changed the following: include 16f88_inc_all pragma target clock...
rzengerink
Offline Send Email
Jun 6, 2008
9:14 am
25281
Sorry I don't understand your question. If you want to turn on a transistor connect the base through a resistor to a pin and then set the pin high. The weak...
Gordon Williams
jal_list
Offline Send Email
Jun 6, 2008
1:54 pm
25282
... set the pin ... any degree. Have you measured any pull-up and swear by that it's correct what did you said? Vasile ... switch ... pin to see ... input)...
Vasile Surducan
vsurducan
Offline Send Email
Jun 6, 2008
6:38 pm
25283
Did you bother spending the time to look at a data sheet before you asked your question? But since you have asked I've used some of my time and the data sheet...
Gordon Williams
jal_list
Offline Send Email
Jun 6, 2008
7:29 pm
25284
Not exactly on 16F886, but I've measured the weak pull-ups on 16F628. Is voltage dependant and yes, is strong enough to keep a transistor on. A bipolar or...
Vasile Surducan
vsurducan
Offline Send Email
Jun 7, 2008
5:50 pm
25285
Greetings, Any suckers^h^h^h^h^h^h^hbeta testers out there mind giving jalv2 2.5 beta a test drive? <http://casadeyork.com/jalv2/archive/beta/jalv2.zip> ...
zmafoox
Offline Send Email
Jun 7, 2008
7:12 pm
25286
Greetings, Apparently memory management isn't as forgiving in Windows as on Linux, and I missed an initialization causing a core dump. A fixed version has been...
zmafoox
Offline Send Email
Jun 7, 2008
10:18 pm
25287
Good, I was trying to figure out what I had done wrong! Gordon Williams ... From: "zmafoox" <kyle@...> To: <jallist@yahoogroups.com> Sent: Saturday,...
Gordon Williams
jal_list
Offline Send Email
Jun 8, 2008
12:33 am
25288
Kyle, I haven't checked out if everything works properly by these are the changes in memory size: 2.4g ----> 2.5alpha 4477 4725 program 321 144...
Gordon Williams
jal_list
Offline Send Email
Jun 8, 2008
12:47 am
25289
2.5 Kyle, Couple of questions: 1) Does the FSR still need to be saved manually? 2) Entry into the interrupt looks like: org 0 branchhi_clr l__main ...
Gordon Williams
jal_list
Offline Send Email
Jun 8, 2008
1:25 am
25290
Just downloaded 2.5 to try with 2.4g got Code area: 1230 of 3840 used Data area: 96 of 255 used Software stack available: 80 bytes Hardware stack depth 5 of 8...
hyt
hoyutor
Offline Send Email
Jun 8, 2008
2:39 am
25291
Just to add some information: I have used on 12F629 and 16F 628 that properties to use some pins at the beginning of a program to set some parameters with...
Patrick Froucht
multitrain2000
Offline Send Email
Jun 8, 2008
8:01 am
25292
Hi Kyle, Tried 2.5 beta. Program compiled OK but would not run. No display on 2 line LCD. With 2.4d: Code 3323 out of 8192 on a pic 16f877 Data 91 of 368 With...
colin.tallis
Offline Send Email
Jun 8, 2008
9:53 am
25293
sorry Kyle. Even blink led does not work with version 2.5 include 16f685 pragma target clock 4_000_000 pragma target fuses 0x33c4 -- ... -- variable...
hyt
hoyutor
Offline Send Email
Jun 8, 2008
2:15 pm
25294
Greetings, Thanks for this, I was just going to ask someone to send me a non-working sample! I'll take a look....
zmafoox
Offline Send Email
Jun 8, 2008
2:54 pm
25295
Thank you for Jalv2.4g. the 16f685 include file is from http://www.robh.nl/jal/ ... [Non-text portions of this message have been removed]...
hyt
hoyutor
Offline Send Email
Jun 8, 2008
3:14 pm
25296
Greetings, ... Yes. ... Sorry, not enough information to tell. If you unicast me a compilable program, or at least the assembly of the internal functions...
zmafoox
Offline Send Email
Jun 8, 2008
8:59 pm
25297
Greetings, ... First place I went :) I've reproduced the problem -- it has to do with inline and variables specified to be `at' other variables. I'm working on...
zmafoox
Offline Send Email
Jun 8, 2008
9:02 pm
25298
You guys are talking way over my head but could you check out this site? There's no reason to reinvent the wheel. http://darreltaylor.com/DT_INTS-14/intro.html...
hyt
hoyutor
Offline Send Email
Jun 9, 2008
1:12 am
25299
HELLO I use a PIC 18F452 to drive a PGA 2311 (stereo audio vol control) I would like to use a rotary encoder iso the 2 PB vol. UP and DN. How create a JAL...
heintzphilippe
Offline Send Email
Jun 9, 2008
9:54 am
25300
There seems to be other problems with my code. I'll wait until you fix the inline variable at problem because I am currently using that. Regards, Gordon...
Gordon Williams
jal_list
Offline Send Email
Jun 9, 2008
2:11 pm
25301
sorry to bring more bad news Kyle. Is something similar happening with V2.4g? Tried Gordon's trick of using pragma inline in the format procedures. With ...
hyt
hoyutor
Offline Send Email
Jun 9, 2008
2:54 pm
25302
Greetings, Solved one more problem -- the inline variable one. So...if you're inclined please give it another go. ...
zmafoox
Offline Send Email
Jun 9, 2008
11:41 pm
25303
Hi Kyle. Sorry about the wrong information about JalV2 2.4g. 2.4g is good. It only gives trouble if you try to pragma inline a procedure that calls another...
hyt
hoyutor
Offline Send Email
Jun 10, 2008
11:47 am
25304
This is a snippet that works for me keys = 0 temp_portB = portb ; get portb status temp_portB = temp_portB & 0b0000_0101 ; encoder pins on b0 and b2 if...
alien8rules
Offline Send Email
Jun 10, 2008
12:47 pm
Messages 25274 - 25304 of 27401   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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