I want to set up the RAK2247 SPI + USB with mPCIe interface into an x86 system. From all the examples a RPi or similar SBC is being used. Has anyone tried using the RAK2247 or RAK833 in an x86 system?
I am trying to set up a simple PoC, two x86 systems and have one receive data while one transmits. I have on my system Ubuntu 1604 kernel 4.4, lsusb shows me the FTDI device.
Bus 001 Device 002: ID 0403:6010 Future Technology Devices International, Ltd FT2232C Dual USB-UART/FIFO IC
[ 9.578054] usb 1-5: FTDI USB Serial Device converter now attached to ttyUSB0
[ 9.583850] usb 1-5: FTDI USB Serial Device converter now attached to ttyUSB1
I can access the serial port but in the documentation there’s no reference to the communication protocol (baud rate, flow control, etc). There are no command set as well.
Has anyone else tried something similar to this? Will the command set for RAK833/RAK2247 be published? Is what I am trying to accomplish feasible with this product?