1

Topic: SoftwareSerial and Hardware serial

Hello

i am using REMOTEXY_MODE__ESP8266_HARDSERIAL_CLOUD

in my code to connect to the bord to the RemoteXY server with hardware serial RX and TX is pin 0 and 1 in the Arduino uno and Speed is 115200
and also i have a Sim900 shield working as a software serial on pin 7 and 8

after adding the Sim900 my WIFI module ESP8266 did not connect to the access point anymore

is there any conflict to us it together

2

Re: SoftwareSerial and Hardware serial

What library are you using for Sim900? Maybe this library has blocking functions?