PDA

View Full Version : Control 31 devices by PIC18F4550 over HID



kamercode
- 22nd July 2014, 13:18
Dears im new in picbasi pro and in this forum also i want to control 31 devices Pic16F876(slaves) with PIC18F4550(master) HID
Visual basic 6 Software for control.
All informations and propositions will be welcome

aratti
- 22nd July 2014, 13:43
Use I2C protocol, assign a different address to each slave and call them with the master. Connect the master to the PC via UART + a max232 and you are in business.

Cheers

Al.

pedja089
- 22nd July 2014, 20:45
Here is my template for hid communication(VB6+PicBasic)
http://www.picbasic.co.uk/forum/showthread.php?t=15322&page=2&p=106812#post106812