PORTS Forum

Ports and Interfaces => Serial Ports => Topic started by: GlennP on October 31, 2011, 11:22:36 am

Title: How to read Parity, Stop & Handshake data from from an ini file...
Post by: GlennP on October 31, 2011, 11:22:36 am
Not really an interfacing question but I am writing an Application that needs to read all the data for the serial port from an ini file I believe that StopBits, Paraity & Stop bits are strings of enumerated lists and I can't appear to get those to work reading them as strings.
Any ideas ??? I can get the Name and all the other values to read in fine!  ???

 
Title: Re: How to read Parity, Stop & Handshake data from from an ini file...
Post by: Jan Axelson on October 31, 2011, 11:37:50 am
If the problem is with reading the ini file, post an excerpt with the relevant data.

If the problem is with using the information read, what programming language are you using?

Jan
Title: Re: How to read Parity, Stop & Handshake data from from an ini file...
Post by: GlennP on November 03, 2011, 12:18:43 pm
Solved it.  Dumb problem not reading in the right variable. :)