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.

PC to MCU interface via USB

Status
Not open for further replies.

Noman Yousaf

Full Member level 4
Joined
Nov 19, 2003
Messages
208
Helped
3
Reputation
6
Reaction score
2
Trophy points
1,298
Location
Lahore Pakistan
Activity points
1,763
pc to mcu interface via usb

hi
I want to Interface any micro controller (pic or avr) with PC via usb.
I want to make an app on any suitable software through which i will turn on or off relays, display ADC value (voltage from temp sensor or any source) on PC monitor.
Please note that i work on both mcus in assembly language only.
only any tool with which i will make display or control on PC, is needed.

Thanks to all in advance.
 

Re: pc to mcu interface via usb

App on any suitable s/w also will be on assembly? :-D
You better use FT232 or similar. It is almost imposible to make f/w for usb communication on assembly.
 

Re: pc to mcu interface via usb

i said i work on assembly for MCUs. I know that is impossible for pc software and i dont need assembly for pc software sir.
i need any tool. which will interface MCU hardware with PC via USB. not RS232.
 

Re: pc to mcu interface via usb

You can use MikroC for PIC/AVR. There are tool for organize HID class for USB with very simple syntax.
It is also support assembly as well.
 

Re: pc to mcu interface via usb

If you implement CDC device class, you can use Hyperterminal or Putty to control your interface. (Of course you can do it also with USB-to-serial bridge like FT232).

So you are back to the problem of writing suitable microcontroller software.

Please note that i work on both mcus in assembly language only.
I fear there little support for this approach at Edaboard. No "software masochists" section yet.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top