PORTS Forum

Ports and Interfaces => Parallel Port => Topic started by: plucchetti on April 30, 2014, 02:55:59 pm

Title: write data from serial port to a file with VB 2012
Post by: plucchetti on April 30, 2014, 02:55:59 pm
Hello to all users 

I’m presently coding an application in VB.NET (VS 2012) for a University Project and I’m not an expert in .Net

I need to write data from a serial port to a file with VB 2012

i started working with this example code from:
http://janaxelson.com/files/com_port_terminal_vb.zip

But i have problems to store and write the data to a file

Somebody could help me ?

best regards

Pablo Lucchetti
plucchetti@yahoo.com
Title: Re: write data from serial port to a file with VB 2012
Post by: Jan Axelson on April 30, 2014, 03:10:25 pm
Take a look at .NET's File class and/or search on:

.net write data file