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 24176 - 24205 of 25146   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24176
Hello, I am new to JAL and have bought the wisp628 programmer. When I want to dowload a program to the PIC16F877 with the program xwisp2w I get this error...
d_guleij
Offline Send Email
Oct 1, 2007
1:42 pm
24177
... Are you the guy that phoned me an hour ago? In that case you should mention that you use Vista and an usb-serial converter, and that the LED connected to...
wouter van ooijen
wvooijen
Offline Send Email
Oct 1, 2007
2:06 pm
24178
... Hi Dennis, My guess would be that your power supply is not stable (enough). In any case we'll need more information. At what point does this error occur,...
Bert van Dam
bertloopvogel
Offline Send Email
Oct 1, 2007
2:10 pm
24179
Yes, I am that guy that phoned you an hour ago. I tried programming with a computer using windws 98 and that has a serial communication port. With this ...
Dennis Guleij
d_guleij
Offline Send Email
Oct 1, 2007
2:24 pm
24180
... In that win98 case, do you use a straight cable? Still in win98, could you install python/win32ext/xwisp and try with "xwisp comX term 1200" and a short...
wouter van ooijen
wvooijen
Offline Send Email
Oct 1, 2007
2:42 pm
24181
... want to ... this ... error ... you using ... I am using a 12 Volt adaptor where I have connected a 7805 voltage regulator that can profide 1A. The hardware...
d_guleij
Offline Send Email
Oct 1, 2007
2:42 pm
24182
... Hi Dennis, Looks ok to me. Just to make sure you could try: xwisp2w baud 19200 port 4 target 16f877 go c:\picdev\projecten\test\test Wouter has recommended...
Bert van Dam
bertloopvogel
Offline Send Email
Oct 1, 2007
7:52 pm
24183
... work? over the phone he confirmed that the LED blinked twice. [ Here are two Dutch guys discussing a problem of a third Dutch guy, all in English :) ] ...
wouter van ooijen
wvooijen
Offline Send Email
Oct 1, 2007
8:02 pm
24184
... It's much more fun this way :-) Have fun, Bert...
Bert van Dam
bertloopvogel
Offline Send Email
Oct 1, 2007
8:11 pm
24185
... The fourth (me) didn't show up here so far, but suggested in a direct E-mail to the OP to check the 'Problem Determination' section of the Xwisp2 users...
RobH
digithalys
Offline Send Email
Oct 1, 2007
8:15 pm
24186
... It doesn't mention his particular error, does it? Have fun, Bert...
Bert van Dam
bertloopvogel
Offline Send Email
Oct 1, 2007
8:23 pm
24187
Hi Bert ... Indeed, not exactly, therefore I said 'problems like his'. In most of the cases it is a wiring problem (I myself frequently connect clock and data...
RobH
digithalys
Offline Send Email
Oct 2, 2007
7:08 am
24188
... that ... guy, all ... direct ... the ... problems ... I have connected a resistor to the mclr pin and now it works. Thanks Dennis Guleij...
d_guleij
Offline Send Email
Oct 2, 2007
7:14 am
24189
... to which MCLR, target or chip in the Wisp628, and which problem did this solve? Wouter van Ooijen -- ------------------------------------------- Van Ooijen...
wouter van ooijen
wvooijen
Offline Send Email
Oct 2, 2007
8:13 am
24190
... this ... The mclr of the PIC16f877 like you show on your website. 33k to +5v. Dennis Guleij...
d_guleij
Offline Send Email
Oct 2, 2007
8:48 am
24191
... So it wasn't connected correctly at all. The best way to test your equipment is to built a flashing led schematic from Wouters website and use the hex...
Bert van Dam
bertloopvogel
Offline Send Email
Oct 2, 2007
8:56 am
24192
Couldn't figure out why this message didn't get to this list. I sent it to the wrong list %*&%^*&! Hi All I've run into a number of problems like this one not...
Gordon Williams
jal_list
Offline Send Email
Oct 2, 2007
1:47 pm
24193
One "feature" that I have just come across for multibyte arrays (eg byte*2). If you have something like this: var volatile sbyte*2 res const sbyte*2 result[] =...
Gordon Williams
jal_list
Offline Send Email
Oct 2, 2007
2:46 pm
24194
Hi, I got the same... This one didn't worked... (same problem than yours... only CLRF where generated) include pjal_877 include pic_general include...
Olivier Carnal
ocarnal
Offline Send Email
Oct 3, 2007
9:43 am
24195
Greetings, ... sent it to ... correct ... This was discussed a while ago on the beta team list. The problem is how JAL handles the universal type which is any...
zmafoox
Offline Send Email
Oct 3, 2007
3:18 pm
24196
Greetings, ... byte*2). Argh -- this is another side effect of my introduction of pointers. I'll add it to the list. ... 1 you ... which it ... you need...
zmafoox
Offline Send Email
Oct 3, 2007
3:34 pm
24197
hi Kyle, ... <snip> ... When pushing the operands on the stack, I assume you notice the type of operands. So not optimal in code space, but fairly simple (at...
Stef Mientki
aap_beertje
Offline Send Email
Oct 3, 2007
6:09 pm
24198
Hi Kyle, Thanks for that explanation. I was just going to give another example were the answer was not what I expected when I noticed your reply. It was a ...
Gordon Williams
jal_list
Offline Send Email
Oct 3, 2007
8:13 pm
24199
Yes, by putting sbyte*3 around one of the operands the correct answer is produced. e.g. divhelper = sbyte*3(tmp[x]) * mixCh0[x] ;sbyte*3 = sbyte*2 * sbyte...
Gordon Williams
jal_list
Offline Send Email
Oct 3, 2007
8:32 pm
24200
In the following line divhelper = sbyte*3(tmp[x]) * mixCh0[x] ;sbyte*3 = sbyte*2 * sbyte * 1 I get [Warning] (mixchannels.jal) [Line 560] signed/unsigned...
Gordon Williams
jal_list
Offline Send Email
Oct 3, 2007
9:24 pm
24201
Greetings, ... example were ... What you're seeing here is some funkiness with the multiply and divide code -- it is written such that it will work with the...
zmafoox
Offline Send Email
Oct 3, 2007
10:05 pm
24202
Ahh, some of that funkiness is causing me some problems getting the job done in a limited amount of time. I need to do some calculations in a 10 ms time ...
Gordon Williams
jal_list
Offline Send Email
Oct 4, 2007
1:45 pm
24203
Greetings, ... * sbyte ... something ... I get both warnings: test.jal:12: warning: assignment to smaller type; truncation possible test.jal:12: warning:...
zmafoox
Offline Send Email
Oct 4, 2007
2:58 pm
24204
I only got the one warning. Regards, Gordon Williams ... From: "zmafoox" <kyle@...> To: <jallist@yahoogroups.com> Sent: Thursday, October 04, 2007...
Gordon Williams
jal_list
Offline Send Email
Oct 4, 2007
7:35 pm
24205
... From your manual "If both operands are the same width, and one is unsigned, the result is unsigned." I just ran a small test: var byte a = 10 var sbyte b =...
Gordon Williams
jal_list
Offline Send Email
Oct 4, 2007
7:54 pm
Messages 24176 - 24205 of 25146   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