Yes, I have everything set up like that. However, didn't read the information into an array or as a string, just as a byte. I'll try that when I can, ya...
Hi Steve, If possible, I'd dump the data from the XBee directly to a terminal program, or better yet, MaxStream's X-CTU software and view it as hex to ensure...
Hi Martin, Is it possible to to make a slider track a variable? ie SEROUT 16,84,["!O DepthSP =",DEC AnyValue,CR] And is it also possible to set the slider at...
Hi Stuart, I just tried !O sldobj=50 from the immedediate window, and it worked fine. There should be no difference using serial data. Try taking the space...
Ok, I'll take it back, the horizontal slider works fine, but the vertical one does not. I have some bug fixes due out in a couple weeks (ok, overdue). -Martin...
Hi Martin, Can I have your permission please to add a hyperlink to StampPlot on a website I am in the process of constructing. It would be on the first page...
Of course Stuart, no need to ask, but appreciated. Very nice job! Now I see your definite need for that vertical slider bug fix! -Martin _____ From:...
Hi Stuart and others, I've posted a EXE update which fixes Stuart's Vertical slider issues, and other fixes that were locking up StampPlot on Japanese OS's. ...
Hi Martin, Thanks for the StampPlot update which has done the trick regarding bumpless transfer, manual to auto control. I'll be doing some more work on the...
The bug fixes for the plot objects and slider controls (and a few other things) has been officially rolled into a release. Thanks for your patience, a lot of...
hi.. Im a student from INDIA and im working on stamp processor(BS2Pe) from parallax with a sensirion sensor SHT11. im working on the concept of monitoring the...
If you are programming the Stamp through the USB, the USB acts as a COM port (1 to 15). When programming, note the port the Stamp is using, or you can use...
Thank you so much for the prompt reply. But this is the main issue, in the stamp editor when i opened the configuration for the port, the only option was COM...
This is an issue with the MSCOMM.OCX (microsoft) which is used to access the serial ports. Here is a discussion and 'hack' to increase the number of ports to...
I've prototype my project with a stamp and serial com. Moving to the next step pics with max 232 is cheaper, but serial is disappering. I want to rebuild my...
Porter, I would recommend the FTDI serial-to-usb chip http://www.ftdichip.com/FTProducts.htm#FT232R I'm about to use it for a SP application in lieu of the...
John Gavlik
jgavlik@...
Feb 9, 2008 4:23 pm
468
Porter, The chips John mentions are virtual COM port chips used many of the USB adapters you mention. Virtual COM is still the best way for direct USB from ...
... In my experience, just download the C18 compiler (free as is MPLAB IDE) from Microchip. Target a PIC with USB (18F4550 etc). Download Mchip's USB demo...
new subject as a dataloger i wish to run my program and save with a specific file name when completed. do you have a command or amcro that will request a file...
Porter, The NAMD filename instruction can be used to save to the specified filename: !NAMD mydata.csv You'll want to issue before you save any data. Sorry for...
Hi Martin.. I develop custom embedded controls at work and have played around with StampPlot enough to know that it's good enough for commercial applications....
Hi Doug, I'd rather handle this off the forum. Your macro could be defined as the "startup.spm" and included in an installer. Can you summarize the other...
Hello, Is there an API I can use to connect directly with Stampplot via tcp without using the Serial/TCP gateway program? I have a controller that can send...
David Price
david.p@...
Mar 11, 2008 12:18 pm
475
Hi David, StampPlot 'should' be able to connect directly to the device. All it wants is IP and port, and data it understands. I've done it before using...
Okay, when you say "data it understands" can you elaborate on the tcp message format stampplot expects to receive, i.e. the protocol. Thanks, dp ... From:...
David Price
david.p@...
Mar 11, 2008 3:20 pm
477
It's simply raw data in a TCP/IP packet. There is no application layer protocol, simply raw data just as you would send StampPlot via the serial port. I can't...
Martin, I am trying to do interpolation from a table in stamp plot. I have raw RCTime data comming into Stamp Plot, from a AMP25 Hall Effect Current Sensor. ...