Search:

Type: Posts; User: thatchergrey

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    17,097

    Thank you everyone for all your insights! Thank...

    Thank you everyone for all your insights! Thank you tabstop!



    BOOL ReadByte(BYTE *res)
    {
    BOOL bReturn = TRUE;
    BYTE rx;
    DWORD dwBytesTransferred=0;
  2. Replies
    10
    Views
    17,097

    Yes, there's a warning. Is this the reason why...

    Yes, there's a warning. Is this the reason why I'm unable to read the complete string? So how can I address this?
  3. Replies
    10
    Views
    17,097

    Here is ReadByte. BOOL ReadByte(BYTE ...

    Here is ReadByte.



    BOOL ReadByte(BYTE *res)
    {
    BOOL bReturn = TRUE;
    BYTE rx;
    DWORD dwBytesTransferred=0;
  4. Replies
    10
    Views
    17,097

    Getting a string from the UART/COM port

    I cannot get the string that's sent to the com port. I know that it's sent there because I checked using a Serial Port Monitor.

    Here is the function that I use for reading the string from the COM...
  5. Thank you!

    Thank you MK27! Although the code you posted did not work for me (for reasons I still cannot fully comprehend), it gave me an idea on how to resolve my process termination issue.

    This is the code...
  6. Changing my callbacks.c file did not work

    The thing I tried was altering my callbacks.c file.

    I figured that the right exit mechanism should be inside the on_window1_destroy_event () function of my callbacks.c file.

    So I tried the...
  7. The GUI I made using Glade/GTK does not end

    Language:C
    OS: Windows XP
    IDE: Bloodshed DevC++
    (I used Glade for Windows based on Glade 2.6.0)

    I made a simple front end using Glade/GTK+. My problem is that even after closing the program...
Results 1 to 7 of 7