Arduino-HardwareBLESerial icon indicating copy to clipboard operation
Arduino-HardwareBLESerial copied to clipboard

amazing code! few questions etc

Open bm16ton opened this issue 2 years ago • 0 comments

Thank you for this awesome software truely. First i use exclusivly linux and since no ble uart kernel drivers exist i use ble-serial which connects and creates a char dev node just like a regular tty device so all serial apps work with it, its in the python repos, def worth a mention in supported software tho i hate python and hope to find a c code app or even better kernel driver. One thing to mention is once in a bluemoon ill find a device that doesnt jive with gtkterms auto line ending detection so it looks dead, anything programmed with this firmware will show no output in gtkterm (and a few other apps too), and possibly cause hours of useless debugging;) Its been a while since i last attempted it but does parseint work now? No biggy probly a bad habbit to use parse int anyway. I know nothing about bluetooth coding but in an effort to get away from the python app and to use bluetooth/uart for my console messages during boot i wanted a usb capable mcu with ble running your serial passthru example to enumerate as a standard usb to serial and have the ble talk to another mcu running your firmware (with a tft and sdcard for the data) but after hours on each attempt and several attempts spread out over months the best i got was one way communication(the wrong direction it was from the remote to pc) with the pc side firmware not running your firmware but a hackjob. I can post the ugly not working code but im hopefull this is a simple task with examples already writtten so i wouldnt hafta embarass myself. At one time i thought i had found one or two outa tree kernel drivers that emulated the old school bt uart support but i cant find them now, have you seen any? Again thank you this is awesome stuff i use it a lot, and makes the apollo3 boards i bbought a useful purchase!

bm16ton avatar Sep 08 '22 23:09 bm16ton