Jump to content

hrnet940

Members
  • Posts

    200
  • Joined

  • Last visited

Everything posted by hrnet940

  1. This is what my second monitor looks like when I start DCS to fly. The top window shows DCS code rolling when I am in the sim and flying while the bottom window doesn't change. Wayne
  2. What seems to be working for me is bringing up the connect-serial-port.cmd and enter the port for my IFEI (for me it is 9)(I am using the one from TekCreations) and hitting enter; I leave this window open but move it to my second monitor. I then open multiple-com-ports.cmd and don't do anything, but move it to my second monitor leaving it open. Since I have been doing this, everything has been staying stable and working great. This is the first step that I do before going flying. Second step is getting my SimAppPro up and working. Third is starting VAICOM. Forth is starting TrackIR. Fifth is starting DCS. I will post a picture in the next few minutes. I need to restart my computer for everything to sync. I hope this helps. Wayne
  3. I just managed to get it back working. More testing and flying will be required to make sure it is stable and not kicking itself out of working.
  4. Same thing has been happening to me as well. No idea what is going on in the background.
  5. Ever since we updated to v2.9 it seems like my cockpit isn't the only one not working now. Does anyone know why and/or how to fix the issue? I switched over to FP Fork a few months ago and was enjoying flying my beloved hornet, but now that isn't working either. HELP!!! hrnet940
  6. I have also noticed that issue with my TekCreations IEFI that it stops working when I transition to HUD only view, but catches back up when I switch out of HUD only view. All of my WINWING devices continue to work without issues. Wayne
  7. Thanks for all of the posts. I have had similar issues after getting moved over to FP Fork. I had an issue with Malware Bytes picking up the .cmd window as a PUP and quarantined it. I reloaded the FP Fork stuff and it is back working once again. I do have one board (F18 Brain Controller from TekCreations) that doesn't want to work on the Fork version yet works good on the HUB version. The F18 Brain Controller is where my HOOK, WING FOLD, and MASTER ARM panel are connected to. I plan on connecting more of their devices to it in the future. Any suggestions? Wayne
  8. I found it, should have looked a little more.
  9. Where do I find the manual so I can print it and begin to understand what I am about to undertake? I have looked in the usual spots and didn't find it. Thanks,
  10. Sorry for the delay in getting back here. I have my issues figured out and the TekCreations IFEI panel works great now. It was preset to be the aileron trim in the DCS controller assignment. After I noticed that and fixed it, it works great. I feel like a bit of a goober not checking there first. Learning curve issue, LOL!!! Wayne
  11. Thanks. I will follow this video in the coming days and see what happens. I will post here what happens here and if I get the magnetic compass to work. Thanks
  12. I just found this video. Am I following it to get the latest version of DCS-BIOS Fork? Wayne
  13. This is copied from the DCS BIOS screen: DCS-BIOS Version: v0.10.0+64 (21e288cdeb95f54d1b5c4935fde9e51ae3c58965) Is there an updated version? Wayne
  14. I noticed that something in the sketch looked weird so I copy and pasted the sketch again from the magnetic compass folder and there were differences. It still doesn't compile and load, but if I replace the IRQ with DEFAULT on the top line it will compile, but still fails the upload. Below is the error that I receive. I have also included the .ino file below that I am using as the sketch for you to look at in Notepad++ when you get a moment. In file included from C:\Users\Wayne\Documents\Arduino\DCSFA18Ccom13\DCSFA18Ccom13.ino:4:0: C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h: In function 'void DcsBios::USART_RX_vect()': C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:41:25: error: 'UDR0' was not declared in this scope volatile uint8_t c = UDR0; ^~~~ C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:41:25: note: suggested alternative: 'UDR1' volatile uint8_t c = UDR0; ^~~~ UDR1 C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h: In function 'void DcsBios::setup()': C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:16:14: error: 'PRR' was not declared in this scope #define PRR0 PRR ^ C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:46:4: note: in expansion of macro 'PRR0' PRR0 &= ~(1<<PRUSART0); ^~~~ C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:16:14: note: suggested alternative: 'PRR0' #define PRR0 PRR ^ C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:46:4: note: in expansion of macro 'PRR0' PRR0 &= ~(1<<PRUSART0); ^~~~ C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:47:4: error: 'UBRR0H' was not declared in this scope UBRR0H = 0; ^~~~~~ C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:47:4: note: suggested alternative: 'UBRR1H' UBRR0H = 0; ^~~~~~ UBRR1H C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:48:4: error: 'UBRR0L' was not declared in this scope UBRR0L = 3; // 250000 bps ^~~~~~ C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:48:4: note: suggested alternative: 'UBRR1L' UBRR0L = 3; // 250000 bps ^~~~~~ UBRR1L C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:49:4: error: 'UCSR0A' was not declared in this scope UCSR0A = 0; ^~~~~~ C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:49:4: note: suggested alternative: 'UCSR1A' UCSR0A = 0; ^~~~~~ UCSR1A C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:50:4: error: 'UCSR0C' was not declared in this scope UCSR0C = (1<<UCSZ00) | (1<<UCSZ01); ^~~~~~ C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:50:4: note: suggested alternative: 'UCSR1C' UCSR0C = (1<<UCSZ00) | (1<<UCSZ01); ^~~~~~ UCSR1C C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:50:17: error: 'UCSZ00' was not declared in this scope UCSR0C = (1<<UCSZ00) | (1<<UCSZ01); ^~~~~~ C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:50:17: note: suggested alternative: 'UCSZ10' UCSR0C = (1<<UCSZ00) | (1<<UCSZ01); ^~~~~~ UCSZ10 C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:50:31: error: 'UCSZ01' was not declared in this scope UCSR0C = (1<<UCSZ00) | (1<<UCSZ01); ^~~~~~ C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:50:31: note: suggested alternative: 'UCSZ11' UCSR0C = (1<<UCSZ00) | (1<<UCSZ01); ^~~~~~ UCSZ11 C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:52:4: error: 'UCSR0B' was not declared in this scope UCSR0B = (1<<RXEN0) | (1<<TXEN0) | (1<<RXCIE0); ^~~~~~ C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:52:4: note: suggested alternative: 'UCSR1B' UCSR0B = (1<<RXEN0) | (1<<TXEN0) | (1<<RXCIE0); ^~~~~~ UCSR1B C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:52:17: error: 'RXEN0' was not declared in this scope UCSR0B = (1<<RXEN0) | (1<<TXEN0) | (1<<RXCIE0); ^~~~~ C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:52:17: note: suggested alternative: 'RXEN1' UCSR0B = (1<<RXEN0) | (1<<TXEN0) | (1<<RXCIE0); ^~~~~ RXEN1 C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:52:30: error: 'TXEN0' was not declared in this scope UCSR0B = (1<<RXEN0) | (1<<TXEN0) | (1<<RXCIE0); ^~~~~ C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:52:30: note: suggested alternative: 'TXEN1' UCSR0B = (1<<RXEN0) | (1<<TXEN0) | (1<<RXCIE0); ^~~~~ TXEN1 C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:52:43: error: 'RXCIE0' was not declared in this scope UCSR0B = (1<<RXEN0) | (1<<TXEN0) | (1<<RXCIE0); ^~~~~~ C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:52:43: note: suggested alternative: 'RXCIE1' UCSR0B = (1<<RXEN0) | (1<<TXEN0) | (1<<RXCIE0); ^~~~~~ RXCIE1 C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h: In function 'void DcsBios::usart_tx(const char*)': C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:65:13: error: 'UCSR0A' was not declared in this scope while(!(UCSR0A & (1<<UDRE0))); // wait until TX buffer is empty ^~~~~~ C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:65:13: note: suggested alternative: 'UCSR1A' while(!(UCSR0A & (1<<UDRE0))); // wait until TX buffer is empty ^~~~~~ UCSR1A C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:65:26: error: 'UDRE0' was not declared in this scope while(!(UCSR0A & (1<<UDRE0))); // wait until TX buffer is empty ^~~~~ C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:65:26: note: suggested alternative: 'UDRE1' while(!(UCSR0A & (1<<UDRE0))); // wait until TX buffer is empty ^~~~~ UDRE1 C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:66:5: error: 'UDR0' was not declared in this scope UDR0 = *c++; // write byte to TX buffer ^~~~ C:\Users\Wayne\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.3/DcsBios.h:66:5: note: suggested alternative: 'UDR1' UDR0 = *c++; // write byte to TX buffer ^~~~ UDR1 exit status 1 Compilation error: exit status 1 Thanks for all the help! Vid60StepperExample.ino
  15. I plugged the magnetic compass in and set the board to Arduino Micro on COM13 and when I hit Verify, it come back with this error: In file included from C:\Users\Wayne\Documents\Arduino\DCSFA18Ccom13\DCSFA18Ccom13.ino:8:0: I removed the code here as it was too long. Wayne
  16. Thanks. How do I figure out what boot loader I am using and how do I change it to the correct one? Wayne
  17. I built the magnetic compass from the Warthog Project and tried to upload the script to it and it comes back with an error code. Can anybody help me? I am hoping to get this working for my F/A-18C Hornet. Do I have to change anything to make this happen? I think that I have it properly wired, but he doesn't include what pins are hooked up to what.
  18. I have never had any luck at using pins D0 and D1. I don't use them and they are only two pins. My thoughts. Wayne
  19. Don't use those two pins, ever! Wayne
  20. How do we accomplish this to gain access to the logs? Where do we find this "MissionScripting.lua" and perform "desanitizing"?
  21. I agree with these. Now that the carrier crews are looking mighty fine and have light wands and such, it seems like a great time to move on to the airbases with proper air traffic control commands, ground crew, servicing vehicles and such. I have only ever heard wind speed given in knots and NOT meters per second.
×
×
  • Create New...