Sending commands from Android to Cyton via Dongle
Hi guys,
first off thanks for all your work and wonderful products!!! 
I've trying to send some commands from and android, dongle and then to get data streaming from the Cyton. I've managed to get a few commands to feedback to me '~~' returns the Hz (250). However, other commands like 'd' are not returning anything, Most importantly, I am not getting any data from writing the command 'b', even after turning on channels and manipulating the channel settings through using commands like 'x3020000X'. What commands should I be sending to get data back, I've been following the documentation with little luck?
Kindest regards,
Kris
Comments
Another way you can debug the serial port connection, is to plug the dongle into a laptop, then use a serial port terminal emulator program, to send / receive serial data. The Arduino IDE can do this, there are numerous other emulators available, do a search. Be sure to set the baud rate correctly.