Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 888 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 888 Bytes

BluetoothConfiguration

Configure a module bluetooth by sending AT commands through serial port, an "USB to TTL" module or a microcontroller will be needed
User can either enter the AT commands manually or import them from a text file
For those who use text file, there are two other modes apart from sending commands:

  • @DELAY x : will pause the program for x milliseconds
  • @@Foo foo : line will be treated as a comment, which means it will not be sent

Two examples about how to use a text file configuration are included (cmdHC06.txt and cmdSeeed.txt) as well as the output file (outputSeeed.txt)

About executable jar file: use one of these commands:

  • java -jar ConfigBlt.jar
  • java -jar ConfigBlt.jar COMx
  • java -jar ConfigBlt.jar COMx commandFile.txt
  • java -jar ConfigBlt.jar COMx commandFile.txt > outputFile.txt