B4R Question Two Asyncstreams in ESP32 [SOLVED]

embedded

Active Member
Licensed User
Longtime User
I am working on a datalogger Project...where data is coming from serial port...and it is logged into SD CARD...Here everything is ok. Now I want to transfer this file to B4J Using TCP Client.
Serial is also intilize with asyncstreams....and new socket connect is also initilize with asyncstreams.....Now my question is can we use two asyncstreams in one project with name astream1 & astream2.
i do this but not getting expected result. when only one is Initialized...it workis i am able to transfer the file to B4J. please help.
 

embedded

Active Member
Licensed User
Longtime User
Both are not working Same time....only one is activated at a time...now it is working...thanks EREL
 
Upvote 0
Top