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. ...
Okay, I will then assume that Stampplot is the client requesting the connection to the other side of the TCP/IP port. Any other info you have would be great. ...
David Price
david.p@...
Mar 11, 2008 4:33 pm
480
RS, Attached (if it makes it through) is a marco I'll be talking about. Some things about it: - I tend to use text or label controls more than data...
Yes, that is correct, StampPlot acts as the client. I really haven't tested TCP in 2 years. StampPlot's a hobby, and at times accounts for enough income to...
Martin, I have tryed your macro. It works, so long as I change the 100 to 200 range, and the 200 to 300 range numbers in the macro by hand, that AINVAL0 is...
OK, I understand better. Let's try the seldom used 'table' feature of StampPlot! I've posted 2 files, table2.spm and table2.spt in the files section of the...
Martin, I have this macro working with your list of up to 5a and 5b, and by changing the AINVAL0 number that the stamp is returning, i can get any of the 5...
You are using notepad to edit, and you have TAB's between the values? Can you send me a copy of your .spt so I can test it? It's odd my 5 worked and none of...
Martin, Email has been doing strange things lately, I have sent you 2 emails and have not heard back from you, so i am wandering if you have gotten these...
Martin, I have up loaded the newest version M_TEST3_mh, to the group files. Here is where i am at with it now. I reinstalled the previous version software,...
Hello all! I would like some help to plot to stampplot using a bx-24p on a boe bot. Initially, i had a BS2 on the boe bot and plotted to stampplot via the...