How can I use the blue tooth interface to download code ?
ChuckT
Posts: 12
I am using the embedded blue to send information back and forth once I have the program running.
But each time I do a code update I have to reconnect the USB.
Any suggestions for how to load the code on a serial port other than the default.
But each time I do a code update I have to reconnect the USB.
Any suggestions for how to load the code on a serial port other than the default.
Comments
@ChuckT - I haven't studied the FullDuplexSerial object too much, but can't you just assign different pins and make sure you have a transceiver circuit between the pc and the chip (max232 or equivalent)? Yes, it's more parts count, but it's a dedicated serial port that you can use for diagnostics or monitoring. You can even create a logging object that runs in it's own cog that sends data out the serial port. That's assuming you can assign pins other than P31 and P30.
This is harder than I original though.
Thanks for the ideas. I think I will keep using the cable for a while