Shop OBEX P1 Docs P2 Docs Learn Events
write data from basic stamp to notepad — Parallax Forums

write data from basic stamp to notepad

haziqamir10haziqamir10 Posts: 1
edited 2010-02-25 15:58 in BASIC Stamp
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

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2010-02-25 15:58
    The simple answer is no.

    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.
Sign In or Register to comment.