Delete the 'new'
On Mar 22, 2014 9:46 AM, "Brad E" <[email protected]> wrote:

> import ioio.lib.api.IOIO;
> import ioio.lib.api.Uart;
> import ioio.lib.api.Uart.Parity;
> import ioio.lib.api.Uart.StopBits;
>
> import java.io.InputStream;
> import java.io.OutputStream;
>
>
> Uart uart = *new IOIO.openUart*(40, 39, 57600, Parity.NONE, StopBits.ONE);
>  InputStream in = uart.getInputStream();
>  OutputStream out = uart.getOutputStream();
>
> uart.close();
>
>
>
>
> "IOIO.openUart cannot be resolved to a type" :(
>
> Running jre6 w/ compiler 1.6.
>
> No errors and IOIO libraries are properly referenced in project. Using
> Eclipse.
>
> Please halp. ='|
>
> Thank you.
>
> --
> You received this message because you are subscribed to the Google Groups
> "ioio-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/ioio-users.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"ioio-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/ioio-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to