Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

jallist · JAL mailing list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? 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.

Messages

Advanced
Messages Help
Messages 30753 - 30782 of 33841   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
30782 Donald Delmar Davis
dodav666 Send Email
May 7, 2011
8:14 pm
Jerome, The original device is in the missing link (www.wifimidi.com) but the new device will just be a midi gateway with hardware midi and i2c my base...
30781 hmusiccentrexin Send Email May 7, 2011
8:01 pm
That is one cool idea, and I'll remember it, but it's way too involved for what I'm doing and adds extra components I want to avoid. Now that I know I can't...
30780 Shawn Standfast
sstandfast Send Email
May 7, 2011
2:32 pm
Depending on the type of application, I think you would do well to use the A/D and detect the ambient light level in the room using a photosensitive resistor....
30779 hmusiccentrexin Send Email May 7, 2011
1:28 pm
Thank you. Yes, this all makes sense - it is just a shame for my purposes. I'll abandon the random colour sequence idea and I'll settle for just having...
30778 jsuijs Send Email May 7, 2011
1:23 pm
Hi Xin, In the documentation: -- Note: this library will recreate the same sequence. If this is -- undesired, assign a different (non-zero!) startup-value to...
30777 Vasile
vsurducan Send Email
May 7, 2011
12:46 pm
... I don't know about the jallib requirements and guess even the people involved strongly in jallib activity are not agree about how to do it. I know exactly...
30776 hmusiccentrexin Send Email May 7, 2011
12:45 pm
OK, I have it 'working&#39; by copying the relevant code out of random.jal into the main program, so it must be something to do with the include. However, as I...
30775 hmusiccentrexin Send Email May 7, 2011
11:09 am
Hi all, Almost too embarrassed to ask, but... I can't seem to get the "random_byte" function to work. I am pretty sure I am doing something daft and people...
30774 a_b_aldus Send Email May 7, 2011
8:58 am
I think you ask too much from little PIC - it does not allow for executable data - and this is what you try to do (rewritable code memory could be used but it...
30773 Sebastien Lelong
sir.loon Send Email
May 6, 2011
11:27 pm
Hi Shawn, Thanks for your input. I'm currently implementing Minix filesystem over SD card storage. During the development, I wrote some kind of a very ...
30772 Shawn Standfast
sstandfast Send Email
May 6, 2011
5:26 pm
Seb, I'm not sure that you will be able to identify a specific procedure directly from the HEX file.  It is possible, but it will be VERY difficult to do by...
30771 Donald Delmar Davis
dodav666 Send Email
May 6, 2011
5:01 pm
... Hey, I thought this was the jal list? Where did the trolls and goblins come from? <<<< sarcasm off <<<< Arcady, To answer your question. Running an...
30770 Sebastien Lelong
sir.loon Send Email
May 6, 2011
2:17 pm
Hi Shawn, guys, 2011/3/29 sstandfast <sstandfast@...> ... I'd like to be able to load arbitrary code onto the PIC program memory, and then execute it,...
30769 a_b_aldus Send Email May 6, 2011
7:03 am
If there is already working code for PIC - why do you want to rewrite it in JAL (especially if this is complicated self-containing code)? Arcady...
30768 jerome
jblbfr Send Email
May 5, 2011
12:03 pm
... You've got a link for this device ? i made some try on midi whith JAL, I can share some bit of code -- @+ Jérome...
30767 despx2003 Send Email May 5, 2011
8:30 am
Thank you so much Arcady! ... I've tried your solution and program run perfectly! To solve in other way without "volatile"; statment, I've traied to change...
30766 Donald Delmar Davis
dodav666 Send Email
May 5, 2011
7:20 am
Hello, I am looking at using jal for rewriting an existing midi device that uses the pic18f14k50 and was hoping someone has already started down that road. ...
30765 a_b_aldus Send Email May 5, 2011
1:48 am
Given the code: include 16f877a pragma target clock 20_000_000 -- w/o 'volatile&#39; whole statement is compiled out -- even if RCREG is volatile and we MUST read...
30764 a_b_aldus Send Email May 5, 2011
1:37 am
You did not provide the definition of the 'dummy&#39; - if it is not declaread as volatile then statement 'dummy = RCREG' would be compiled out if dummy is not...
30763 a_b_aldus Send Email May 5, 2011
1:28 am
JAL source is just a plain text file and in absence of multy-sream files your options are: 1) imbed the schematic into the JAL file and 2) store it along with...
30762 despx2003 Send Email May 4, 2011
2:02 pm
Hi people! I'm programming a USART (@62500 Baud) of a pic16F876 (@10MHz) and I've a stranger problem, I writed this interrupt to read the parity byte an data...
30761 Sebastien Lelong
sir.loon Send Email
May 4, 2011
6:12 am
No old wound I can remember about this :) I think there are softwares you could use to convert a schematic into ASCII. The trouble is usually schematic will be...
30760 Matt
matthewschinkel Send Email
May 4, 2011
6:07 am
... Yes, Right. Personally I think schematic files and schematic images are a completely different topic. An image is only a image, it doesn't force someone to...
30759 Kyle Kerr
birdmunone Send Email
May 4, 2011
6:04 am
Maybe I read Seb's response wrong, but, I am not trying to open old wounds. I just thought it would be useful if there was a way to have an image included so...
30758 Sebastien Lelong
sir.loon Send Email
May 4, 2011
5:45 am
hi Matt, 2011/5/4 Matt <matthewschinkel@...> ... Some have disagreed to be forced to use the same software (habits), not adding schematic, right ? Cheers,...
30757 Matt
matthewschinkel Send Email
May 3, 2011
11:43 pm
I defiantly agree that schematics should be added to the jallib pack. Some have disagreed, due to the fact that there are many different software to draw...
30756 Kyle Kerr
birdmunone Send Email
May 3, 2011
11:42 pm
I will give you that it would be easier to use a larger PIC. I just wanted to see if I could/can make it work. My concern as to the schematic was that the...
30755 Gordon Williams
jal_list Send Email
May 3, 2011
11:26 pm
Hi, That is an interesting set up, but is it worth while adding another part for about 1$ when you could just go for a larger PIC for something of the same ...
30754 birdmun
birdmunone Send Email
May 3, 2011
9:19 pm
I managed to find a BASIC program listing of a 2-wire LCD setup that was based on the Myke Predko schematic found at http://www.rentron.com/myke1.htm I...
30753 jallist@yahoogroups.com Send Email May 1, 2011
12:19 pm
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...
Messages 30753 - 30782 of 33841   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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