Author Topic: How to read Parity, Stop & Handshake data from from an ini file...  (Read 9036 times)

GlennP

  • Frequent Contributor
  • ****
  • Posts: 141
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!  ???

 

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: How to read Parity, Stop & Handshake data from from an ini file...
« Reply #1 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

GlennP

  • Frequent Contributor
  • ****
  • Posts: 141
Re: How to read Parity, Stop & Handshake data from from an ini file...
« Reply #2 on: November 03, 2011, 12:18:43 pm »
Solved it.  Dumb problem not reading in the right variable. :)