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
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
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
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
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
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,
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.
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-