Blemicro from DFRobot

Hi,

I want to use a G30 with the Blemicro module. Is there any one who tried the module
Do I need a driver to communicate with the module?

Martin

@ Mano - looking at the available data for the module, you will find that it has a serial interface, which is easily connected to a G30 serial port, without any special driver. It uses a ASCII AT command set. You can read the documentation, and find out what strings you need to send to the module, using a SerialPort object.

thanks!! I will give a try