| Author |
Message |
spektrolyte
Joined: Jan 16, 2016 Posts: 23
|
Posted: May 19, 2016 11:24 AM Post subject: Data format for FTDI serial |
|
Is this the same as the example you gave for Arduino serial connection?
Can you please summarise how a single line should look. |
|
 |
jarek
Joined: Oct 22, 2007 Posts: 1073
|
Posted: May 19, 2016 3:36 PM Post subject: |
|
FTDISerialPort is a special version of the SerialPort element. It can be useful with FTDI devices - to find them more easily, since the COM port doesn't have to be known (SerialPort will also work - just need to know COM port number).
You can simply replace SerialPort with FTDISerialPort if your device has FTDI chip. |
|
 |
spektrolyte
Joined: Jan 16, 2016 Posts: 23
|
Posted: May 19, 2016 3:38 PM Post subject: |
|
Got ya.
So comma separated values for each channel and a single line return character should be fine. |
|
 |
jarek
Joined: Oct 22, 2007 Posts: 1073
|
Posted: May 19, 2016 3:39 PM Post subject: |
|
| Yes, nothing changes anywhere else in the design. |
|