I am new to NetBeans, Java and XBee, but I successfully got the Java “Example: transmit data” to work in the NetBeans IDE by using the green Run arrow.
My problem is; the moment I try to use the XBee3 devices without the NetBeans IDE but with for example CoolTerm or any other terminal program, nothing appears in the terminal window(com port settings are correct).
Where am I going wrong. Do I maybe somehow need to flash the binary to the XBee3 devices after running the Java code in NetBeans or am I doing something else wrong?
None of the XBee products are capable of having a java application loaded on them.
All of the XBee 3 products support Micro Python directly on the module.
All XBee products can interact with any device or application capable of communicating over a UART. That means if you were to write a Python or Java application and run that application on a processor or Micro Computer that can have the XBee connect to it, as long as that application tries to use the COM port the radio is connected to, it will work.