can i use BLE nano with 2 serial communication?

05 Jan 2016

Hello everybody,

I'm using modbus library in my code and by default this library use serial communication, and BLE nano only has one serial, I would like have another serial communication to debug my code then I supposed that I can define one like that

<<code title=example>>

  1. define PCTX D2
  2. define PCRX D3 Serial d(PCTX,PCRX); <</code>>

according to the image below I should uses them but doesn't work.

http://i66.tinypic.com/250i6xc.png