Hello all,
I have written code for a PIC24FJ32 that connects the PIC has a host through the USB port, where it can send and receive data. I know that the IOIO library has a UART function, but I don't need all the other stuff that comes with it. The ingress TCP packets are too big for no reason. How would I go about writting the library to have the Android device do 4 simple things, connect, check if it is connected, send and receive data. I have never coded a library for B4A. I guess I could strip all the unnecessary stuff from the IOIO, but I am not well versed in Java...
I have written code for a PIC24FJ32 that connects the PIC has a host through the USB port, where it can send and receive data. I know that the IOIO library has a UART function, but I don't need all the other stuff that comes with it. The ingress TCP packets are too big for no reason. How would I go about writting the library to have the Android device do 4 simple things, connect, check if it is connected, send and receive data. I have never coded a library for B4A. I guess I could strip all the unnecessary stuff from the IOIO, but I am not well versed in Java...