22 Threads found on edaboard.com: 18f4550 Usb Interface
Dear Friends I have to started this project LINK : It's working fine But I want to add gsm modem (Sim 300) for Remote monetoring and controlling purpose Is it possible or not I don't have a knowldge of Surce code changeing Please help me
Hobby Circuits and Small Projects Problems :: 01-13-2014 12:18 :: sribangaram :: Replies: 2 :: Views: 672
when I started the simulation;
pin D- not modeled
pin D+ not modeled
please haw to correct this problem
PCB Routing Schematic Layout software and Simulation :: 03-18-2012 14:15 :: membre :: Replies: 3 :: Views: 2507
Hi,
here i want to interface usb with PIC controller(PIC18f4550).
I want to control basic leds from the PC and i want display adc values in PC.
Did any one tried this one, please help me.
I have project submission next week.
Microcontrollers :: 08-23-2013 08:02 :: Surender Reddy :: Replies: 6 :: Views: 2139
Hi every one!
How can I create a program that is interface by which PC and 18f4550 could communicate via usb (HID) communication. A simple program with three buttons(switch on/off leds) and one progress bar(for ADC signal). I mean, what is the program language that have direct access to usb port (may be C++,C#,Pascal or (...)
Microcontrollers :: 08-02-2012 18:50 :: rikotech8 :: Replies: 10 :: Views: 4994
hi every1.....
This question is about usb HID interface with PC using 18f4550. I know there r plenty of examples in the net to get to know about it. I recently found an HID library called "HIDLibrary.dll" compiled by Mike O Brien. With the dll file i found a example as well. But the problem is i cudnt find a Mikroc firmware example for it.
PC Programming and Interfacing :: 04-09-2012 16:19 :: ranaya :: Replies: 2 :: Views: 2411
How about using a usb interface instead of serial?
I've recently made a keyboard interface to update an old mechanical keyboard. The usb side of it was very simple, just defining the usb interface on a PIC 18f4550 as a standard HID/keyboard. Then just send the right key (...)
General Computer :: 03-07-2012 19:50 :: FoxyRick :: Replies: 2 :: Views: 950
I guess you are using MPLAB IDE with C-18 toolsuite.
See these links
- 18f4550 usb interface
Now,
MicroC Pro for Pic is a C compiler. It has built in library for usb HID and many other peripherals. Its has a sample routine for pic18f4550 in its he
Elementary Electronic Questions :: 11-15-2011 20:17 :: qwertyuiop415263 :: Replies: 4 :: Views: 1421
Hi,
I am working on a little project composed of a VNC1L chip connected to a 18f4550 Microchip pic via the spi interface.
The goal is to handle an usb joystick.
The communication with the two chips works fine: The joystick is recognized, the report descriptor is read for decoding data coming from the joystick.
After the (...)
Microcontrollers :: 10-28-2011 12:12 :: willycat :: Replies: 0 :: Views: 716
look at
mikroElektronika • View topic - MIKROC PRO AND 18f4550 usb WORKING CODE AND CONFIG NEEDED?
usb - First try - PIC 18f4550
YouTube -
Microcontrollers :: 03-19-2011 16:52 :: are :: Replies: 1 :: Views: 8753
I am making a project of controlling and monitoring speed of dc motor. The pc software is labview and controller is pic 18f4550. I am using usb interface. I downloaded file mpusbapi.dll and made program over labview by calling the dll file. But now I am in difficulty how to make firmware and how to call the dll file in pic (...)
Microcontrollers :: 01-18-2011 04:18 :: scientistumair :: Replies: 0 :: Views: 2497
now that you needed usb interface, it is time to change over to a better device like 18f4550
it has internal usb support, and needed drivers would be available on microchip site
PC Programming and Interfacing :: 12-15-2010 14:51 :: mvs sarma :: Replies: 26 :: Views: 3682
Hi,
check this link, based on C#, contains also code
18f4550 usb interface --
getting a usb interface working between an 18f4550 PIC and a PC using C# 2.0
Microcontrollers :: 07-13-2010 07:31 :: hanif :: Replies: 1 :: Views: 929
Hi guys ,
I am a beginner to the world of microcontrollers. Can anyone help me with providing the steps to program a bootloader into PIC 18f4550 using JDM and WINPIC 800 programmer.Iwill be thankful to those who reply after testing the same.
The use of a bootloader is extremely useful in microcontroller programming .especially th
Microcontrollers :: 02-07-2010 17:35 :: nobysbn :: Replies: 2 :: Views: 4767
The 18f4550 cannot act as a usb host only a slave.
Microcontrollers :: 07-08-2009 16:17 :: blueroomelectronics :: Replies: 3 :: Views: 1802
use pic 18f4550 microcontroller it has the built in usb interface
Microcontrollers :: 06-24-2009 18:26 :: malik_123 :: Replies: 4 :: Views: 5095
U CAN TRY THE MICROCHIP 18f4550 series of processors . a lot of application notes are avaiable at the microchip website.
Microcontrollers :: 12-24-2007 02:09 :: yousafzai :: Replies: 3 :: Views: 1094
You can use directly the 16C745 and 16C765 PIC models for use with usb 1.1.
Better options are the 18F2550 18f4550 models that work with usb 2.0. No need to interface them. Look for programs, application notes and code examples in the Microchip site ( )
Microcontrollers :: 06-29-2007 11:49 :: rkodaira :: Replies: 4 :: Views: 1164
I have been experimenting with the CREATE usb interface:
This project will show up as a HID device (gamecontroller).
The example project from that page is written in C18 for mplab.
I was able to read the output of the pic (from analog inputs) in a C# program based on the software in this article:
[ur
Microcontrollers :: 03-25-2007 13:41 :: Darknesss :: Replies: 2 :: Views: 2109
18f4550 is a slave usb device. It cannot be used in that way.
Microcontrollers :: 11-28-2006 22:06 :: Beowolf :: Replies: 8 :: Views: 4149
i've problem ,When i interface my board with computer my computer can't found my board and it's show "unknow device" how can i do!
PC Programming and Interfacing :: 08-09-2006 17:11 :: krazeebee :: Replies: 2 :: Views: 1733
Hi!
I am trying to implement 2 RS232 virtual COM ports via usb using pic 18f4550 and firmware provided by Microchip.
I have a problem when connecting usb to may laptop (blue screeeeeeen :cry:)
Does anyone have any experience making usb interface with more endpoints?
Thx
Bart
Microcontrollers :: 04-05-2006 10:42 :: Bartart :: Replies: 0 :: Views: 2266
I'm using PIC 18f4550 in my data equasition project & I will do it with usb interface so I need a usb driver for PIC 18f4550 or any help please .. I've no time.
Microcontrollers :: 03-16-2005 05:40 :: Thamer Al-Suwaidi :: Replies: 1 :: Views: 5732