Hi to all, Just to be more precise I'm not at ease with some special feature like interrupts, timer and so on and my previous post was to make me a more ...
Hi all, Seeing Christmas days more and more close, I want to give a gift for all jallians. Hope that if anyone is interested will have time enough to build it....
Hi Javi, what a great idea! Especially Dutch people will love this: a gift that the recipient has to pay and assemble him/herself! Just kidding, I like your...
Sounds great Javi ! So now we've RTTTL from you, Roman Black from Bert, great !! What I've seen from your page, a song is just a few bytes. So I didn't dig...
Hi all, Thanks all (Bert, Bill, Vasile & Stef) of you for your encourage words! I see that it will a funny tool for someone else. :) Stef, the very basic...
This is the Jallist bi-weekly info message. JAL is a free language (compiler) for the Microchip 16f84 and Scenix SX microcomputers available from the <A...
jallist@yahoogroups.com
Dec 4, 2005 11:10 pm
21066
1 The very beginning: JAL FAQ version 0.03 June 8, 2004 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
Dec 4, 2005 11:10 pm
21067
Is there a include file that describes this device, or is this even poassible?...
Greetings, I'd like to connect a few picmicros and form a small "multidrop" network-- one master, maybe 4 to 6 slaves. The physical distance between the chips...
... Use a summing network. You can either use a diode or a T or FET to create an open-collector type bus, or you could use an AND or OR port at each node to do...
I'm running WinXP. I have downloaded Jal, Wisp628, Python 24, pywin32-205(the windows extentions) WinSDK. Python seemed to install okay, when trying to install...
... Thanks for the ideas! It is these "small details" that stump me sometimes. Would series diodes still meet the input (low) requirements of the master's RX...
... Lurking: up to 254. Someday, I'll post the protocol on the web. Intervals can be 10m or longer. ... ir EE van Andel eur@... www.fiwihex.nl Fiwihex...
Hi, I am new in this list, and I have a queestion about my timer problem in my senior project. I am using 16f628 & I want to code a routine for sth like...
... You need to run TMR1 in asynchronous mode. The clock is off during sleep, so it cannot sync the input signal. Josef...
Snail Instruments
snail@...
Dec 6, 2005 12:36 pm
21075
For Python 2.2.2 you don't need windows extension to run on XP, are you sure you need them for 2.4? Have fun, Bert www.vandam.tk ... From: burns_rex To:...
... Are you sure you are installing just the win32s extensions? It looks like you are trying to install the kit that is used to *develop* those extensions. ...
... While researching a different problem with the uart, I ran across the app note AN774 from Microchip. They discuss exactly the problem you describe, and...
Greetings, For the 16F628, I am using JAL 0.4.60. I am pretty sure that JAL will only use RAM in bank 0 for "ordinary" variables. But I thought I'd better ask...
Hi Bill, Time ago I wrote a extended file_get procedure, it's on jallist file area: http://groups.yahoo.com/group/jallist/files/Javi%27s% 20code/indf_bits.jal ...
These are the extended procedures that I use: procedure file_get( byte in Haddr, byte in Laddr, byte out data ) is var volatile bit local_irp var volatile bit...
... Javi, Thank you. I will study your routines. I may need an example or two of how to best utilize them. Still hoping to avoid interrupts, but who knows? ...
Hi Bill, ... "EXTERNAL" means bytes from/to serial module, and "USER" means bytes from/to your application. - Put a byte in TX buffer (in USER mode): B_TX_Last...
I will try a non expert answer xwisp2w supports it with new firmwares so it can be programmed. Suspect 675 blink code would work as long as fuses are set TABLE...