User Profile

Collapse

Profile Sidebar

Collapse
crampio
crampio
Last Activity: Dec 28 '07, 02:32 AM
Joined: Nov 23 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • crampio
    replied to Saving Serial Port Data To File
    Hi Killer,

    Opening the data file and appending to it is not the problem. Is just where to put the code to write to the file while the serial port is outputting data. For example
    when the serialport read.existing happens then do a file writeline. That's all I need.

    Thanks for your reply....
    See more | Go to post

    Leave a comment:


  • crampio
    started a topic Saving Serial Port Data To File

    Saving Serial Port Data To File

    Hello everyone,

    I generally look at Google and other websites before I post a question, but trust me I still cannot find and answer to this problem.

    I'm using VB.net. My problem being is that I don't know how to redirect the serial port output to a selected file. I looked in the forum but no luck.

    Here is the sequence of events.

    User selects a file to write to. No problem here.
    Sends...
    See more | Go to post

  • crampio
    replied to How to write ctrl-z to a serial port
    Try this.

    Chr(26) is the "CTRL-Z" code of ASCII/ISO646 keyboards

    I use this in my program
    MainForm.UserPo rt1.WriteToComP ort(Chr(26))

    Hope this helps.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...