In this article:
If you are having trouble receiving on your specified Destination, or just want to test without sending via the Myriota Network, you can verify your Destination using message injection.
Injected messages are received at the configured destination almost instantaneously.
There are two methods for injecting messages:
-
Using the Device Manager
- Select Devices on the left hand navigation menu
- Click on the 'Send message' icon against the device you wish to inject from
- Enter your hex string on the Send Message pop up, and click OK
-
Using command line
-
Use the commands below, replace
/dev/ttyUSB0
with your USB port, replace<ID>
with your device Module ID:stty 115200 sane -F /dev/ttyUSB0 stdbuf -oL awk '/TransmitMessage/{ print $5 }' /dev/ttyUSB0 | message_inject.py <ID>
-