sf
Joined: 02 Jul 2007 Posts: 9
|
Comunication PIC->PIC->PC |
Posted: Wed May 27, 2009 3:47 pm |
|
|
Hi,
I have a pic24 (compiler C30) with an SDCard.
In the middle a pic18F (USB HID) with CCS C.
They are connected like this:
PIC24 <------(rs232)------>PIC18<-----(USB HID)------->PC.
What sould be the best way to transfer files from/to PC<->PIC24 (sdcard) with the PIC18 (usb HID) in the middle?
I have already thinking in xmodem file transfer, but the USB HID in the middle break's the protocol, right?
Any idea is very welcome.
ThankĀ“s in advance. |
|