I think I had this problem. The instructions for SPI seem to imply that it sets the destination address of the data, when actually pcadef.inc does in this...
2625
eatmorefish
Jul 1, 2002 10:32 pm
let me try this. the documentation states that you can set the address where the data will be placed in the command. let let me try this out and see what...
2626
eatmorefish
Jul 2, 2002 2:41 am
I looked at the pcadef file and i have the same 'org' declaration. the object SPIaddr is at 0FF1Dh and it is initialized to 0, but when i run my web page, i...
2627
cat7don2000
Jul 2, 2002 9:24 pm
I just tried browsing using an Ethernet 10Base-T UTP8/SL hub and browsing works fine from the Dell Optiplex GX240. What is strange is that both Dell Win2000...
2628
flipopt
Jul 3, 2002 10:49 pm
Hello! I'm a newbie to siteplayer and I got my dev. board a few days ago. I have a small quastion for the users group: The project I'm starting needs use the 2...
2629
mddemetz
Jul 5, 2002 3:08 pm
Yes I have with a MAX6674, when I set the address in the command link to 0 to match the setting in pcadef. ... when ... a ... data?...
2630
jschoof
Jul 5, 2002 3:15 pm
Some computers have a problem initially deciding whether to be 100 megabits or 10 megabits. Try setting your GX240 to only be 10baseT and see what happens. ...
2631
testman45840
Jul 6, 2002 8:10 pm
I am also having problems interacing siteplayer to the MAX186 A/D via SPI. I'm still in the process of debugging the problem, but one potential cause might be...
2632
testman45840
Jul 6, 2002 9:05 pm
I was able to get the SPI interface between the MAX186 and siteplayer to work with the following link. <a...
2633
jschoof
Jul 7, 2002 6:49 pm
The % function requires two characters. %0 is invalid, %00 is ok. Jack ... 0&io3=1">SPI...
2634
vita1spark
Jul 7, 2002 11:20 pm
... the ... processor. ... needs ... limited ... directly ... (2000) ... That ... monitor ... or...
2635
eatmorefish
Jul 8, 2002 2:23 am
I changed my SPIaddr=%80 in the link to SPIaddr=%00 and it worked. is there a way to auto increment the SPIaddr value if i call the data read twice? should i...
2636
testman45840
Jul 8, 2002 6:02 pm
I read 8 channels of an ADC uing 8 SPI transactions in one href statement. "myprog.spi?io0=0&SPIaddr=0&io3=0&SPIbus=%8E%00% ...
2637
cat7don2000
Jul 8, 2002 8:29 pm
Jack and everyone else, Well now here's something really weird. First of all, yes, when I'm using the direct connect between PC and siteplayer I use a cross...
2638
cat7don2000
Jul 8, 2002 8:34 pm
OOPS, I forgot to answer your other question...yes, I configured my 3Com 3C920 Integrated Fast Ethernet Controller (3C905C-TX Compatible) NIC for 10 Mb, Half...
2639
Greg Gentile
y4155843472
Jul 9, 2002 12:17 am
Are you guys just going to advertise the product, or doyou think you might just code it up someday? Doyou need help getting the project done? Greg Gentile ...
2640
Ken Campbell
thetoasterboy
Jul 9, 2002 1:07 am
Greg, GG> Are you guys just going to advertise the product, GG> or do you think you might just code it up someday? A lot of people on the list share your...
2641
Chris Peterson
cloudbait
Jul 9, 2002 1:18 am
Well, if you need telnet, or standalone operation, it makes good sense that you have moved to another product. On the other hand, the SP is an incredibly...
2642
rusman_01
Jul 9, 2002 3:49 am
I don't think it's fair to say that the addition of telnet is an entirely diffeent product or that we should not expect it. I was pursuaded by people at...
2643
Chris Peterson
cloudbait
Jul 9, 2002 4:13 am
I'd certainly agree it is bad form to make a specific promise of product features, to an individual, and not deliver. Personally, however, I wouldn't let a...
2644
rusman_01
Jul 9, 2002 4:39 am
At this point I've put too much money into siteplayer too start over with another product. In addition, the other co-processors are much more expensive and...
2645
flipopt
Jul 9, 2002 2:30 pm
Hello! What are the reliability questions involved in having siteplayer working 24h / 7 days a week / 365 days a year? Those of you who have this kind of setup...
2646
Chris Peterson
cloudbait
Jul 9, 2002 2:48 pm
Daniel- My SP based weather station has been running continuously for over a year now. The SP reset is connected to an output on the microcontroller, and if...
2647
larrygzone
Jul 9, 2002 3:32 pm
I know this adds complexity to the building of the HTML page, but... You can use Macromedia FLASH to make a small input screen. The values would be entered...
2648
Daryl Owen
d_t_own
Jul 9, 2002 3:44 pm
Daniel I do a similar thing to my SP module that Chris has described. I again us a microcontroller (PIC) to reset the SP module whenever I notice errors with ...
2649
andythirtover
Jul 9, 2002 5:47 pm
Larry I already have a pile of routines to work through flash and create flash objects dynamically from XML, so I'm rather fan of shock and XML. In the...
2650
Tom Igoe
tomigoe
Jul 9, 2002 10:27 pm
... I had one up for two months straight, no problem. Didn't have to reset it at all. Didn't have any special circuitry or anything. -- -- Tom Igoe...
2651
Forge Computers
paulcjsharp
Jul 10, 2002 9:30 am
Hi Daryl, An open source alternative to the siteplayer, now that I would like to see. If you ever want someone to help with the beta testing, coding or just a...
2652
petebech
Jul 10, 2002 1:09 pm
Rus, Hate to say it but it is time to cut your losses and move on! You cannot build a product around vaporhardware and promises. It just gets you where you...
2653
larrygzone
Jul 10, 2002 3:22 pm
Hi Andy. What I meant by "local file" was just that the txt file holding the var values would be stored on the PC local hard drive. Sounds like that is not...