I am using bitVoicer for speech recognition and communicate with processing. But once I use a port to control arduino with this library, my processing stops working and indicates "Port busy".
I am wondering if I can use two ports, one of which send and receive data from processing (or use firmata) and the other receives data from bitVoicer software to control the arduino with words.
I tried the example in arduino tutorial website "https://www.arduino.cc/en/Tutorial/SoftwareSerialExample", which does not work for me as well.
Thank you very much!