Re: Ipod 5G serial

2006-03-22 Thread Joseph Kubik
On Wednesday 22 March 2006 01:20, Daniel Stenberg wrote: > On Tue, 21 Mar 2006, jkubik wrote: > > Is anyone working on the Ipod 5G serial interface at the moment? > > If so, where are you? > > Since Christi hasn't shown up here yet since devcon I'll fill in an

Re: Ipod 5G serial

2006-03-22 Thread George Styles
On 3/22/06, Bluechip <[EMAIL PROTECTED]> wrote: I guess for core serial transfers it should be fairly simple to keepthings generic, ala:int set_set(int baud, int parity, int bits, int stop) // 9600N81int ser_xmt(char* buffer, int buflen)int ser_rcv(char* buffer, int max, int timeout) in

Re: Ipod 5G serial

2006-03-22 Thread Bluechip
I guess for core serial transfers it should be fairly simple to keep things generic, ala: int set_set(int baud, int parity, int bits, int stop) // 9600N81 int ser_xmt(char* buffer, int buflen) int ser_rcv(char* buffer, int max, int timeout) int ser_poll(void) Maybe some: int

Re: Ipod 5G serial

2006-03-21 Thread Jonathan Gordon
i meant, tihnking about keeping it generic from the start... On 22/03/06, Daniel Stenberg <[EMAIL PROTECTED]> wrote: > On Wed, 22 Mar 2006, Jonathan Gordon wrote: > > > was there any discussion on how to make it more generic.. tihnking > > about usb-otg on the h300... > > Since none of it is close

Re: Ipod 5G serial

2006-03-21 Thread Daniel Stenberg
On Wed, 22 Mar 2006, Jonathan Gordon wrote: was there any discussion on how to make it more generic.. tihnking about usb-otg on the h300... Since none of it is close to be supported yet, talking on making non-existing things generic seems very premature to me. I believe usb-otg is a lot mor

Re: Ipod 5G serial

2006-03-21 Thread Jonathan Gordon
was there any discussion on how to make it more generic.. tihnking about usb-otg on the h300... On 22/03/06, Daniel Stenberg <[EMAIL PROTECTED]> wrote: > On Tue, 21 Mar 2006, jkubik wrote: > > > Is anyone working on the Ipod 5G serial interface at the moment? > > If so,

Re: Ipod 5G serial

2006-03-21 Thread Daniel Stenberg
On Tue, 21 Mar 2006, jkubik wrote: Is anyone working on the Ipod 5G serial interface at the moment? If so, where are you? Since Christi hasn't shown up here yet since devcon I'll fill in and mention that she seems very interested in getting the serial port going on her iPods.

Ipod 5G serial

2006-03-21 Thread jkubik
Is anyone working on the Ipod 5G serial interface at the moment? If so, where are you? Regardless, does anyone know where to start? Thanks, -Joseph-