mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-02-27 17:24:30 +01:00
Remove reset_softcfg from ThumbDV Init since it messes up new ThumbDVs
This commit is contained in:
parent
2f828cf2ac
commit
181e69a97c
|
|
@ -649,10 +649,10 @@ static void _connectSerial(int * serial_fd)
|
|||
thumbDV_writeSerial(*serial_fd, reset, 5);
|
||||
/* Block until we get data from serial port after reset */
|
||||
thumbDV_processSerial(*serial_fd);
|
||||
|
||||
unsigned char reset_softcfg[11] = {0x61, 0x00, 0x07, 0x00, 0x34, 0x05, 0x03, 0xEB, 0xFF, 0xFF, 0xFF};
|
||||
thumbDV_writeSerial(*serial_fd, reset_softcfg, 11);
|
||||
thumbDV_processSerial(*serial_fd);
|
||||
//
|
||||
// unsigned char reset_softcfg[11] = {0x61, 0x00, 0x07, 0x00, 0x34, 0x05, 0x03, 0xEB, 0xFF, 0xFF, 0xFF};
|
||||
// thumbDV_writeSerial(*serial_fd, reset_softcfg, 11);
|
||||
// thumbDV_processSerial(*serial_fd);
|
||||
|
||||
unsigned char disable_parity[6] = {0x61, 0x00, 0x02, 0x00, 0x3F, 0x00};
|
||||
thumbDV_writeSerial(*serial_fd, disable_parity, 6);
|
||||
|
|
|
|||
Loading…
Reference in a new issue