Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

software controlling PIC through USB?

Status
Not open for further replies.

Sajjadkhan

Full Member level 5
Joined
Sep 25, 2010
Messages
307
Helped
17
Reputation
34
Reaction score
16
Trophy points
1,298
Location
Rawalpindi,Pakistan
Activity points
4,199
HI Guys.
I have query serial ports are obsolete e.g. there are none in laptops. USB will always be there. So any good software in which i can design my interactive GUI and control my pic or any controller via my PC usb port?

Recommend something else than Matlab. what about visual studio is it viable? can i make the exe of that GUI and can run on any PC?
 

Most people are setting up the USB part as CDC device and control it through virtual COM port, keeping the previously used serial commands.
 
  • Like
Reactions: gafsos

    gafsos

    Points: 2
    Helpful Answer Positive Rating
Microchip do an excellent range of USB software for the PIC.
I use an 18f4550 but you can get smaller devices with USB.
 

Microchip do an excellent range of USB software for the PIC.
I use an 18f4550 but you can get smaller devices with USB.
I know nothing about USB thing so confused as there are many softwares. Can you mention the name. i tried to find but in vain.

I hope somebody give me a good starting point.
 


I had made one GUI to send Data from PC to USB using Visual Basic..

USB and PIC.PNG

Have a look at these links and blog entry

https://sites.google.com/site/coolembeddedlaboratory/home/pic18f4550

https://sites.google.com/site/coolembeddedlaboratory/home/pic18f4550/visual-basic-and-usb

https://www.edaboard.com/blog/1512/
 

HI Guys.
I have query serial ports are obsolete e.g. there are none in laptops. USB will always be there. So any good software in which i can design my interactive GUI and control my pic or any controller via my PC usb port?

Recommend something else than Matlab. what about visual studio is it viable? can i make the exe of that GUI and can run on any PC?

You can have RS232/LPT on any Laptop/Notebook just put expansion card into empty PCMCIA port. You can even get several ports with special cards say like 8 RS232 from one expansion card. And RS232 ports are true RS232 with 12V not 5V, this depence from expansion card specification.


etBAXsJVw8EVQ9kYS5xIMQH2s38p8NISwvpjRr-WFJ6JOtMAXXs7NUlh6HmhSIWUAl61Mp_SvPwgxVKMMT5djWaOV2MX7vGAvuTZkdFFfo_nfD_zdNTHaFrcrnIl9wotpd1rwvFgfix64a-mQHRzh4SlO4M-jsuNYlTfezhmNJZyVddSmfjVCRhoMbi2zvyuSliUf5K1ZTgmo-TZQTtcWM5idf9k7j6FTqCQWXKbdMbeKnh62PsgMLlc51hndhycb7pe-1XKk5OJ4Zp-q7688yGLPTvsZW0jhO_ZNSfk

https://www.google.com/products/cat...a=X&ei=X_dyT8-gE4zLsgbtmvj2DQ&ved=0CGQQ8wIwAA
 

Have a look at this software:-

Default Vendor Id is 1234(decimal)
Default Product Id is 1

**broken link removed**
 

I have made a project of pic usb device which can communicate with pc software. I use mikroc and software given from microchip. Have a look here pic usb device
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top