1
Data Slicers and Interfaces / FSK to USB interface
« on: 05 Feb 2022, 23:12:36 »
Just a question on the USB connection interface. In the very good description suppplied:
##The incoming signal is sampled with 5 times the data rate. So e.g. a FLEX-1600 signal is sampled 8000 times per second
The transitions from 0 to 1 and from 1 to 0 are used for bit synchronisation. Ideally, when receiving data, these 5 samples will be 11111 or 00000. If the 5 samples received are e.g. 11110 or 10000, resynchronisation needs to take place: one sample to the right resp. one sample to the left
The majority of the 5 samples determines whether a 0 or 1 bit has been received
When 8 bits have been received, these are sent to the USB module observing the standard RS232 protocol with 19200 bit/s , 8N1 (8 data bits, no parity bit, 1 stop bit)##
A great description of what happens with signal to the USB module, but what about from the USB module to your PC/laptop? Relating to the reference in bold, the RS232 protocols, it mentions 19200 bits, is that what you should have your com port to the computer set at or what should your relevant com port be set to, for connection to you PC?
##The incoming signal is sampled with 5 times the data rate. So e.g. a FLEX-1600 signal is sampled 8000 times per second
The transitions from 0 to 1 and from 1 to 0 are used for bit synchronisation. Ideally, when receiving data, these 5 samples will be 11111 or 00000. If the 5 samples received are e.g. 11110 or 10000, resynchronisation needs to take place: one sample to the right resp. one sample to the left
The majority of the 5 samples determines whether a 0 or 1 bit has been received
When 8 bits have been received, these are sent to the USB module observing the standard RS232 protocol with 19200 bit/s , 8N1 (8 data bits, no parity bit, 1 stop bit)##
A great description of what happens with signal to the USB module, but what about from the USB module to your PC/laptop? Relating to the reference in bold, the RS232 protocols, it mentions 19200 bits, is that what you should have your com port to the computer set at or what should your relevant com port be set to, for connection to you PC?