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 20490 - 20519 of 25153   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20490
The dallas 1-wire library starts with a pin definition, like: var volatile bit _1w_dq is pin_b4 var volatile bit _1w_dq_dir is pin_b4_direction Once these...
Bert van Dam
bertloopvogel
Offline Send Email
Oct 1, 2005
9:41 pm
20491
... through the program. ... above but at the same time also another 1-wire network on another pin (for example b3). Hi Bert, The logical question will be :...
Vasile Surducan
vsurducan
Offline Send Email
Oct 2, 2005
7:32 am
20492
... Hi Vasile, This is correct. In my particular application (a subsumption robot) it is convenient to use only one device (actually another pic) on a wire....
Bert van Dam
bertloopvogel
Offline Send Email
Oct 2, 2005
9:11 am
20493
... two ways: you can modify the Dallas routines 1. add if statements to select the correct pin 2. pass the correct pin (and probably the direction bit too) as...
Wouter van Ooijen
wvooijen
Offline Send Email
Oct 2, 2005
9:38 am
20494
hi Bert, ... Then there's no need at all to use I2C, which is meant for more (addressable) devices on 1 wire. Why not just bit-bang the correct IO-pin, like...
Stef Mientki
aap_beertje
Offline Send Email
Oct 2, 2005
9:43 am
20495
... Wouter, I've tried passing them to a subroutine as "bit in" but that didn't work. So how do I pass volatile parameters? Have fun, Bert www.vandam.tk...
Bert van Dam
bertloopvogel
Offline Send Email
Oct 2, 2005
12:38 pm
20496
... volatile bit in out (I assume you need both read and write?) Note that volatile parameters are a seldom-used part of Jal, so the chance of 'living in...
Wouter van Ooijen
wvooijen
Offline Send Email
Oct 2, 2005
12:45 pm
20497
... Hi Stef, I'm not using i2c but a modified version of Dallas one-wire. It's an older (and stripped) version of the lib that's on your website. It uses...
Bert van Dam
bertloopvogel
Offline Send Email
Oct 2, 2005
12:46 pm
20498
... I suppose my interesting times have already started :) It gives an error "type not known" at the word volatile in the following procedure header: -- Write...
Bert van Dam
bertloopvogel
Offline Send Email
Oct 2, 2005
12:52 pm
20499
... try 'bit volatile out' ('in' for the right side of an assignement!) Wouter van Ooijen -- ------------------------------------------- Van Ooijen Technische...
Wouter van Ooijen
wvooijen
Offline Send Email
Oct 2, 2005
12:57 pm
20500
... Much better. But now I get an "assertion failiure in assemble.c" at the very first line in the subroutine where the volatile var is used. BTW Does this...
Bert van Dam
bertloopvogel
Offline Send Email
Oct 2, 2005
1:06 pm
20501
... That's for the current Jal maintainers :) ... Not that it matters much withe the current compiler, but a variable that connects to the outside world must...
Wouter van Ooijen
wvooijen
Offline Send Email
Oct 2, 2005
1:36 pm
20502
Are you saying limit the use of volatile declarations? or is this specific to subroutines? I expected volatile variables to be the default safest choice,...
Dave Lag
daveismissing
Offline Send Email
Oct 2, 2005
2:14 pm
20503
... Yes for volatile *parameters*. But I think they are not often used. The jprint lib is on place where they are used, and this happens to be a lib that has...
Wouter van Ooijen
wvooijen
Offline Send Email
Oct 2, 2005
2:24 pm
20504
Just uploaded some new stuff to my website such as combined libs for a few pics, single wire communication and a preliminary subsumption experiment. Have fun, ...
Bert van Dam
bertloopvogel
Offline Send Email
Oct 2, 2005
3:23 pm
20505
Hi, Ive been developing some code for the PIC16F88 using the jpic16f88 last modified by: -- 05-Jul-2004 Adapted for the 16F88 by Tim Sweeney that I found in...
Chester
hilo90mhz
Offline Send Email
Oct 2, 2005
4:19 pm
20506
wow... okay I hate to reply to my own message but I just found out something pretty crazy.. Using "JAL 0.4.60 windows exe w/16f88 fix" from the files section I...
Chester
hilo90mhz
Offline Send Email
Oct 2, 2005
4:52 pm
20507
... Who ? Javier seems to be in holiday and Eur since visited the south of France is not working with PIC's anymore, maybe he change PICs with some beautiful...
Vasile Surducan
vsurducan
Offline Send Email
Oct 2, 2005
4:55 pm
20508
... and made some minor modifications to get the following functionality for the 12F675 PIC: read analog signals, switch pins from analog to digital, rs232...
jal_sd53
Offline Send Email
Oct 2, 2005
7:23 pm
20509
... Hi Sjoerd, If you look at the table on the 12f675_bert page you see that an1 has been disabled for analog input because it is configured as the rs232 input...
Bert van Dam
bertloopvogel
Offline Send Email
Oct 2, 2005
8:21 pm
20510
Hi Chester JAL only recognises that can be stored in the first bank of ram. The three alternatives are to acess the other ram programmatically, to store the...
picclock
Offline Send Email
Oct 3, 2005
9:11 am
20511
Wouter has no time with all those programmers he promised the piclist ;) D...
Dave Lag
daveismissing
Offline Send Email
Oct 3, 2005
1:00 pm
20512
Old fox Dave Lad... not Lag ... cheers Dave, cheers Wouter Vasile ... piclist ;) ... with...
Vasile Surducan
vsurducan
Offline Send Email
Oct 3, 2005
4:58 pm
20513
Hello, I plan to build electric cylinders (dc motor, threaded rod, screw) for some robotic use. I need to count the rod turns to track the screw position. ( IR...
Philippe Raufast
wampyr32
Offline Send Email
Oct 3, 2005
6:00 pm
20514
... How fast are the pulses from the sensor at maximum RPM? ... Just manage to run thru your mainloop at shorter time then the pulse_period/2, then you can...
Snail Instruments
snail@...
Send Email
Oct 3, 2005
7:38 pm
20515
... with ... specify ... Since I ... ideas ... has been ... input pin. ... which ones ... Bert, I was obviously looking at code too long yesterday. What I did...
jal_sd53
Offline Send Email
Oct 3, 2005
9:01 pm
20516
... .Sjoerd Ehhm, that line is already in the example on the webpage: -- take a sample on AN2 (pin_a2) PIC_ADC_read_low_res (2, RESIST) Life's never easy on...
Bert van Dam
bertloopvogel
Offline Send Email
Oct 3, 2005
9:30 pm
20517
Thanks for the reply, So is the reason it looked like I had more file registers available in the newer version of the jal compiler(Jal_MSVC_062) just because...
Chester
hilo90mhz
Offline Send Email
Oct 4, 2005
12:54 am
20518
Hello vereybody, I've ordered a chip, driving and adressing the chip works with a Serial Periphiral Interface (SPI). On a phonecall with Wouter he refers me to...
jaco_ehv
Offline Send Email
Oct 4, 2005
7:34 pm
20519
Hello everyboby, At this time i'm using a 16f877, it has a memory of 8K. The project a'm working on needs at least 22K (very, very much text) os a PIC with 16K...
jaco_ehv
Offline Send Email
Oct 4, 2005
7:58 pm
Messages 20490 - 20519 of 25153   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