Hi all, I am using App bee board on BASIC to enable wireless communication.I am following the App bee documentation.I am a novice in this area.There was an...
Hi Martin, Here are my configuration details: 1.I am using App bee board on BASIC stamp bread board.It has an xbee chip on it. 2.From the sender side,I have an...
Hi Lokesh, What looks correct actually is the Hlo. By the time the BASIC Stamp receives one character and bring toggles RTS, the 2nd 2nd character is already...
Hi Martin, Thanks for your quick response.For receiving strings,I used only [x] and not [DEC x].I am able to see the data being sent from source xbee connected...
Ok, let's test the board. Have XBee's in their default configuration (MY = 0). Power down the BASIC Stamp board, connect a jumper directly between TX and RX...
Hi Martin, I was not able to see Xbee's communicating even before using the Maxstream's Loop back adapter unless I set the individual Xbee with dedicated...
Um, yes, sorry, after connecting TX to RX you need to power up the board again. For testing, I have all at default settings of DL=0 and MY=0. This allows...
Hi Martin, I tested them as per your direction and I am able see the data flowing between two xbees(i.e) TX and RX glowing when data is sent from the ...
Greetings, StampPlot Pro version 3, Release 8.0 is now posted. This release has cumulative fixes for Windows vista including fixing problems when opening by...
Sorry, forgot to mention the new release also supports the use of a joystick for control for use in ROV, Bot or other applications. Please see the help files...
Martin, AOL have stopped their users website hosting service so the on the link on your "StampPlot samples" page to my ROV site no longer works. If you wish...
Thanks for the update Stuart, I figured the joystick controls might catch your eye. I was added for a leader of a MATE team. Could be a fun addition. -Martin...
Hi Martin, We have got the new board.I have tested them.Everything is working well up till now.I am trying out the examples.I will update you in case of any...
Hi Lokesh, Glad to hear, I hope all else goes well. -Martin _____ From: selmaware@yahoogroups.com [mailto:selmaware@yahoogroups.com] On Behalf Of B.LOKESH ...
Hi, I am using v3r7.9. I am having problems with the port speed. The max that is allowed in SPP is 56000. Why is it not 57600? Of course my laptop does not...
Hi Joe, Currently StampPlot uses Microsoft's MSCOMM32 control for serial communications. I am locked into the BAUD rates MS designed into this control and...
Joe, The serial port also supports 128000 and 256000 that may be supported by your USB device. Try entering the baud rate manually as I don't list them in the...
Is it possible to connect Stamp plot pro to a Basic stamp 1? Some applications don't require a BS2. I am new to this arena and was trying to connect but was...
Hi Mike, I don't have much experience with the BS1, but as I understand i doesn't do serial data as easily. But, to be on the safe side you should post on the...
No, it is not possible (at least not easily). The reason is, that BS1 DEBUG command doesn't send e.g. strings - they are stored in the Basic stamp Editor only....
Hi Martin, or other readers, Your help again please :) For a value of 0 to 500 the following works fine DEBUG SDEC Depth/100,".",SDEC2 Depth, CR 'Update plot...
Hi Stuart, The BASIC Stamp does not perform division on signed values normally. There's a way you can save the sign (bit15), do the math on the absolute value,...
Hello Martin, Thanks for the pointers but despite trying for several hours I have still not cracked the problem. No doubt there is a way but I haven't found...
Hi Stuart, Watch the quotes carefully, essentially you need to send: "[" SDEC Depth " \ 100]" CR so that stampplot gets the string of: [235 / 100] In code: ...
Hi Martin, Thanks for your perseverance, I missed or deleted those quotes somehow. DEBUG "[", SDEC Depth * -1, " / 100]",CR Works perfectly plotting 0 to...
Hi All, I have an Atmel AVR board that is acquiring 3 analogue channels of data in real time under interrupt control (every 10.60ms). When the buffer is full,...