that'll do it.
I was thinking left = was assignment.
Type: Posts; User: R Pankau
that'll do it.
I was thinking left = was assignment.
maybe it's a "promotion" thing?
looking at Boolean AND in the prop manual
Maybe this is just a quiz that I've failed.
why would this:
if (price_filled_flags == $3FFFFFF) AND ( max_price >= Prices[25])
OUTA[_AC_RELAY] := _ON
...
found it, specialty... thanks.
so that's forum:general:?? or is this under the prop forum.
I'm almost there, I have a working web page (until I broke it last night) using a 5100 wiznet with prop (homegrown spinneret). The web page displays just fine in browsers like firefox, although...
I think you are on to something here. I forced the xmit pin to 16 for the gps module, and the sd profiler works then.
The SD-MMC_FATEngine.spin object is a pretty nice SD object, so I may try...
90975
here is the sd card test. it fails with either gps parser.
One thing I have not done is see how big the buffer in my gps object gets.
correct, started, not called.
out of sheer laziness I used a prebuilt gps parser. this would not be rocket science to get what I need from this. maybe I should just roll my own.
just grabbed this...now you know the location of my living room.
$GPRMC,032531,A,3016.3376,N,08811.8669,W,000.0,000.0,250312,,,A*61
...
are you just looking for the string that comes from the gps unit in its raw form?
the incompatibility that I spoke of in my first post I believe is happening before any reading of gps data takes...
Here's the entire thing. pretty messy.
Thanks for the help.
This should work a little better
Now if I could find the switch to turn off "unsolved" on the forum heading.
pub write_sd(landmark) |address, i
ret_val :=...
Very insightful, I think the offending piece of code lies in this that I used from OBEX
PUB readNEMA
Null[0] := 0
repeat
longfill(gps_buff,20,0)
repeat while Rx <>= "$" ' wait...
I could not figure out what was going on with my interrupts, all of a sudden the interrupts were taking roughly 10x longer between executions.
this is my clock setup
_clkmode = XTAL1 + PLL16x
...
Just wondering if anyone had already written a DDNS client? My router will do it but... it only allows two ddns servers, DYNdns or TZO both of which require a paid subscription. I'd like to make...
I'm not sitting at the same cpu now, but one thing I remember is that the view window did not have any text in it at all after the upload. (actually it never had any text)
More info
When I try to open the file that was uploaded with your tool with the Prop tool it complains, saying...that the file is truncated or not a Propeller application file, and "File size is...
OK, seems to be working...
If I "Upload Binary" from my project it appears to do so with 2720 bytes presumably uploaded, should I expect the "compare Image" command to result in "true" when...
Yes, app installed but resulted in the error "unhandled exception" and you are quite right if I read the error message further it tells me that I need the DLL named Propellent.......
I don't have any .net compilers installed on my machine so maybe that's why I get exceptions?? I did upgrade to framework 4 but that does not seem to help.
Unsoundcode,
thanks! what version of .NET framework do I need? Evidently I'm behind. I assume the latest will do the trick.