femi
1. I load the eeprom.bin
2. I load a csv with different values like POL-L/R
3. I write this to Posi
4. I reread the data
... but there are not changed data.
Am I making a mistake or is the data actually not being read out correctly?
for example:
loaded and programmed csv
141;Eutelsat 10A 10.0E;9738;15892;95;5;0;0;0;137;47;100
142;Eutelsat 10A 10.0E;9738;15892;95;5;0;0;0;137;47;100
143;Eutelsat 10A 10.0E;9738;15892;95;5;1;0;0;137;47;100
144;Eutelsat 10A 10.0E;9738;15892;95;5;1;0;0;137;47;100
re-read csv
141;Eutelsat 10A 10.0E;9738;15892;095;005;00;00;0000;00;00;0100
142;Eutelsat 10A 10.0E;9738;15892;095;005;00;00;0000;00;00;0100
143;Eutelsat 10A 10.0E;9738;15892;095;005;01;00;0000;00;00;0100
144;Eutelsat 10A 10.0E;9738;15892;095;005;01;00;0000;00;00;0100
However, no change in the software is noticeable on the skew, not even if you change the LNB in the upper field.
2. I load a csv with different values like POL-L/R
3. I write this to Posi
4. I reread the data
... but there are not changed data.
Am I making a mistake or is the data actually not being read out correctly?
for example:
loaded and programmed csv
141;Eutelsat 10A 10.0E;9738;15892;95;5;0;0;0;137;47;100
142;Eutelsat 10A 10.0E;9738;15892;95;5;0;0;0;137;47;100
143;Eutelsat 10A 10.0E;9738;15892;95;5;1;0;0;137;47;100
144;Eutelsat 10A 10.0E;9738;15892;95;5;1;0;0;137;47;100
re-read csv
141;Eutelsat 10A 10.0E;9738;15892;095;005;00;00;0000;00;00;0100
142;Eutelsat 10A 10.0E;9738;15892;095;005;00;00;0000;00;00;0100
143;Eutelsat 10A 10.0E;9738;15892;095;005;01;00;0000;00;00;0100
144;Eutelsat 10A 10.0E;9738;15892;095;005;01;00;0000;00;00;0100
However, no change in the software is noticeable on the skew, not even if you change the LNB in the upper field.