Maker Pro
Maker Pro

How to implement message display that will update through Usb from a Pc

nichips

Dec 28, 2013
2
Joined
Dec 28, 2013
Messages
2
Hi,
Can somebody help me on the best way to implement a message display that can be updated through Usb from a Pc.
The MCU is PIC18F4550. If possible i would appreciate a sample code using MikroC
Thank you
 

p.erasmus

Jul 18, 2013
60
Joined
Jul 18, 2013
Messages
60
I would advice you to look in LibStock
http://www.libstock.com/ under USB you could use any of the USB protocols all are supported in mikroC with examples.
propably HID would be the easy one for you to start with in the compiler instalation folder under examples you will see example code how to use HID USB once you have the data from the PC in the mcu you could update the display easily
 

nichips

Dec 28, 2013
2
Joined
Dec 28, 2013
Messages
2
Thank You p.erasmus,
That was helpful. however let me use it and see how it goes
 
Top