Re: [Freetel-codec2] Data Modem

2017-12-02 Thread Jeroen Vreeken
On 12/02/2017 09:28 AM, Jacob Falzon wrote: > Hi there Jereon, > > thanks, you're right about the function! Thanks! > > What do you mean that the functions would work on any other system > exactly? > The compilation of the modes is conditional, for SM1000 (M4 cortex actually) they are not

Re: [Freetel-codec2] Data Modem

2017-12-01 Thread Jeroen Vreeken
Hi Jacob, freedv_tx_fsk_data() is a static function, the function freedv_datatx() is the function exposed by the API. It uses freedv_tx_fsk_data() internally, so you weren't far of. The function currently is only capable of sending data for the modes 2400A, 2400B and 800XA and I don't know if the

Re: [Freetel-codec2] Data Modem

2017-12-01 Thread Jacob Falzon
Thanks! I really appreciate it. Could I ask you something then? There is a function for fsk: freedv_tx_fsk_data Is the function suitable for data over HF and could it be used to program the SM1000 to transmit text-based data? Many thanks as always, On Thu, Nov 30, 2017 at 8:12 PM, David

[Freetel-codec2] Data Modem

2017-11-30 Thread Jacob Falzon
Hi again, many thanks for your help earlier regarding the cross compilation. Please allow me to introduce myself. I am a Masters student and I'm basing my postgraduate thesis on this area. My intention is to manage to get a data modem functioning using your work as a foundation. Apologies for