Hi Neil...
Is there specific size/method for UDP and TCP data transmission because I can send and receive 0123456789 and abcdef but unable to send other data like revanth(TCP) and 54211(UDP)
Thanks & Regards
Revanth
Hi Neil...
Is there specific size/method for UDP and TCP data transmission because I can send and receive 0123456789 and abcdef but unable to send other data like revanth(TCP) and 54211(UDP)
Thanks & Regards
Revanth
Hi Revanth,
Thank you for your questions. I have combined the answers onto this thread, I trust that this is OK
Question 1
I have change the network in BORDER. How to check which ROUTER/LEAF is added to which network, also how to remove a ROUTER/LEAF from existing network and add to another network?
---------- ROHM Semiconductor Response. ----------
By executing the “rplsr” command on the Border Router, you can check the Routers/Leafs participating in the Border Router network.
How to move to another network:
Networks are distinguished by Network Name.
If you want to move the Router/Leaf to another network, use the "netname" command on the node to change the Network Name,
then save the configuration and reboot.
----------
Question 2
Is there specific size/method for UDP and TCP data transmission because I can send and receive 0123456789 and abcdef but unable to send other data like revanth(TCP) and 54211(UDP)?
---------- ROHM Semiconductor Response ----------
There are three data communication commands
Since "revanth" is a character string, it cannot be sent with the tcps command.
If you want to send it with the tcps command, you need to convert it to ASCII code, such as 726576616E7468.
The udps command specifies binary data in hexadecimal. 54211 is not accepted because it has an odd number of digits.
It can be accepted if the number of digits is set to an even number, such as 054211.
Your kind support of the ROHM products is very much appreciated,
Kindest regards,
Neil
ROHM Semiconductor
Hi Team,
Thanks for the support, I have established communication between two modules. Now i would like to connect Border-router/router/leaf module to STM32F103RCT6 micro controller with UART. Can you guide me how to proceed further on this?? (connection done as per page "28 in BP35C5 startup manual)
Thanks & Regards
Revanth
Hi Revanth,
Thank you for your question, please find information below.
The baud rate of the UART is 115200 bps.
Refer to the datasheet for details on UART settings and peripheral circuits.
With the UART correctly connected, press the reset button (SW2 on BP359C),
If the host microcontroller receives the version information from BP35C5, it is a success.
When controlling BP35C5, “Users Manual” describing the details of each command is required, do you have it?
If you need it, please contact ROHM's sales office or the web form below.
https://www.rohm.com/contactus
Kindest regards,
ROHM Semiconductor
Hi Revanth,
Thank you for your question, please find information below.
The baud rate of the UART is 115200 bps.
Refer to the datasheet for details on UART settings and peripheral circuits.
With the UART correctly connected, press the reset button (SW2 on BP359C),
If the host microcontroller receives the version information from BP35C5, it is a success.
When controlling BP35C5, “Users Manual” describing the details of each command is required, do you have it?
If you need it, please contact ROHM's sales office or the web form below.
https://www.rohm.com/contactus
Kindest regards,
ROHM Semiconductor