write data from basic stamp to notepad
haziqamir10
Posts: 1
hello
i would like to ask,
can basic stamp 2 write data to notepad or any other text editor and how can i write that data
i would like to ask,
can basic stamp 2 write data to notepad or any other text editor and how can i write that data
Comments
The BS2 can send serial data to a PC just like it sends serial data to the debug window of the Stamp Editor (using the SEROUT or DEBUG statements). You can use any terminal program (like HyperTerm) on the PC to receive this data and most such programs can save the received data to a file. You can also write your own program to do whatever you want, but we can't do that for you or teach you how to do that other than providing very general suggestions. There are some examples available for Visual Basic, but you'll have to learn VB.
If you don't have HyperTerm, look on the internet for an open source terminal program that allows you to capture the input data to a file.