CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: newborn2

Search: Search took 0.02 seconds.

  1. Re: PIC to PC using MFC Visual Studio through serial communication

    How to do that? I.m totally beginner..
  2. PIC to PC using MFC Visual Studio through serial communication

    The project is about reading data from PIC and display the data on the dialogue created by the MFC GUI of Visual studio 2010. There are 4 data need to be displayed (2 weight and 2 angle). the data...
  3. Replies
    21
    Views
    7,213

    Re: Help Needed for CSerialPort v1.27

    how to solve that error?
  4. Replies
    21
    Views
    7,213

    Re: Help Needed for CSerialPort v1.27

    error = too few arguments in function call. typing error
  5. Replies
    21
    Views
    7,213

    Re: Help Needed for CSerialPort v1.27

    double dbl = _tcstod(m_Voltin);

    error = too few arguments n function call
  6. Replies
    21
    Views
    7,213

    Re: Help Needed for CSerialPort v1.27

    I'm use the (http://www.naughter.com/serialport.html) code and include the .cpp file and h file into my project. I'm just include the SerialPort.h header file in my main IDD_My3DbalanceDlg.cpp. Where...
  7. Replies
    21
    Views
    7,213

    Re: Help Needed for CSerialPort v1.27

    the AngleX and AngleZ is the double type data define in the main dialogue..
  8. Replies
    21
    Views
    7,213

    Re: Help Needed for CSerialPort v1.27

    this is what I'm doing.. below is my code. when I push Readpot button, the another dialogue will pop up which consists of 2 edit control box named m_Voltin1 and m_Voltin2 which double type data... ...
  9. Replies
    21
    Views
    7,213

    Re: Help Needed for CSerialPort v1.27

    I'm try to implement that code... but the problem is the m_Voltin is in another dialogue... I use the same method but clicking some button but my control edit is in another dialogue that being pop...
  10. Replies
    21
    Views
    7,213

    Re: Help Needed for CSerialPort v1.27

    how to convert the m_Voltin in CString to double so that we can manipulate the data further?
  11. Re: MFC GUI-setting COMPort and read hex data from pic (ASCII)

    thank you for linking me step by step to the necessary topic.. is it the About Communications Resources is the first step for the program that I want to develop? I just want to make sure that I was...
  12. Re: MFC GUI-setting COMPort and read hex data from pic (ASCII)

    HuH... when I see the Kernel.lib and Kernel.dll... I noticed that i heve try this before.. when I debugging my code..they cannot define both... how I want to include both (Kernel.lib and Kernel.dl)
  13. Re: MFC GUI-setting COMPort and read hex data from pic (ASCII)

    I know that it is device control block... but still confusing... I need a more understanding explanation...
  14. Re: MFC GUI-setting COMPort and read hex data from pic (ASCII)

    I'm still confusing about DCB setting... is it like a variable that need to add up in the front line of the name of the COMPort configuration? example like m_dcb.Baudrate..m_dcb.Parity..? what is the...
  15. Re: MFC GUI-setting COMPort and read hex data from pic (ASCII)

    yes. I have read it. Why?
  16. Re: MFC GUI-setting COMPort and read hex data from pic (ASCII)

    Its there any class developed specifically for COMPort function setup in MFC application wizard? or I have to develop my own code wothout depending on any classes?
  17. MFC GUI-setting COMPort and read hex data from pic (ASCII)

    I want to setup my MFC-based dialogue "IDD_LOADCELL" with serial communication so that when that dialogue is pop up, the data from PIC (external device) which is in hex file format is display on the...
Results 1 to 17 of 17





Click Here to Expand Forum to Full Width

Featured