Search found 1 match

by mitchyboy9
Thu Oct 25, 2012 9:09 pm
Forum: Wireless / Wired
Topic: HC-06 Bluetooth Serial Module (HCARDU0004 & HCARDU0064)
Replies: 50
Views: 310094

Re: JY-MCU Bluetooth Serial Port Module (HCARDU0004)

Please note the defect in the example code.
This line:

Code: Select all

NewSoftSerial BluetoothSerial(BT_SERIAL_RX_DIO, BT_SERIAL_RX_DIO); // RX, TX
should be:

Code: Select all

NewSoftSerial BluetoothSerial(BT_SERIAL_RX_DIO, BT_SERIAL_TX_DIO); // RX, TX

Go to advanced search