Search:

Type: Posts; User: K.Flynn

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    5,710

    do you mean that when its connected a virtual COM...

    do you mean that when its connected a virtual COM port is created? I don't think that is the case.
    PLEASE tell me what you mean by "If that's the case you can communicate with the uC through that...
  2. Replies
    12
    Views
    5,710

    I will continue to look at the docs. Thank you...

    I will continue to look at the docs. Thank you for your help.
  3. Replies
    12
    Views
    5,710

    I thought USB was serial? Or is a different kind?...

    I thought USB was serial? Or is a different kind?

    The USB is D(connected to micro-controller) to A type which is connected to the computer.

    Thank you for your help.
  4. Replies
    12
    Views
    5,710

    Microcontroller: Company: VeeaR Model: VoiceGP...

    Microcontroller:
    Company: VeeaR
    Model: VoiceGP DK-T2SI

    USB at both ends. yes
    USB lib? USB library? I've checked the dev. guide for the IDE that comes with the microcontroller and that is the...
  5. Replies
    1
    Views
    3,325

    How to open a file with string through USB?

    I am trying to open a file ( like a picture) by sending a null terminated string from a micro-controller through a USB to my computer. The only command that I have available to send to the PC is:...
  6. Replies
    12
    Views
    5,710

    How to open a file with string through USB?

    I am trying to open a file ( like a picture) by sending a null terminated string from a micro-controller through a USB to my computer. The only command that I have available to send to the PC is:...
  7. Replies
    12
    Views
    2,845

    Capitol! Oh yes, I have to admit, that was pretty...

    Capitol! Oh yes, I have to admit, that was pretty obvious!
  8. Replies
    12
    Views
    2,845

    I get an error message saying "Cannot open...

    I get an error message saying "Cannot open include file: 'windows': No such file or directory".
  9. Replies
    12
    Views
    2,845

    So the only thing here that I would change would...

    So the only thing here that I would change would be the "FName"?
  10. Replies
    12
    Views
    2,845

    Syntax help with ShellExecute()

    I'm trying to open up a specific file with ShellExecute() in my C code. How do I syntactically phrase this function? ~OR~ Could you please point me somewhere that does teach how to use the...
  11. How can I open up a .pdf or other file (like .txt, .doc or .docx) in a C program?

    I am writing a C program for a voice recognition development board. Once the program recognizes me as saying something I want a specific file to be opened. Is there a way that I can have a file...
Results 1 to 11 of 11