Problem in sending command from VB6 to PIC18F458


Results 1 to 9 of 9

Threaded View

  1. #6


    Did you find this post helpful? Yes | No

    Default Re: Problem in sending command from VB6 to PIC18F458

    Hi,
    Basically you can use comm port(COM1) to talk to your module but it is also applicable to usb(just need serial to usb convert) here is a link that might help set up to wrte to communication port using VB http://www.bitwisemag.com/copy/vb/vb1.html
    then read input data using picbasic command(see peek and poke, you can search in this forum).

    regards,
    joseph
    Last edited by joseph Degorio; - 13th June 2011 at 17:00.

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts