-
Posts
51 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by ponch17
-
:megalol: nice landing by the way ... :joystick:
-
Thnaks Jester you are right I unzip the file but it was in is own folder .. I was thinking it was ok so I remove the wrong folder and now ... no more error !!! Many thanks good job Jul
-
ok Here you can see a quick video of my ''SOCAT'' problem the mesage is a mix between french and english but anyway, as you can see I get this message with the latest version I use 0.7.26 but if I start serial command with my oldest version of DCS Bios everything is working well https://youtu.be/ImzhoopJklQ and an other video quick tour of my WIP sim .. sorry for my accent anf low english skills :megalol: https://youtu.be/eD3HDpI32Ao Thanks
-
I add this librairy and its resolve some error message but some new appears so well i will wait and jump in a next version well what i do is take a lover version 0.7.26 and compilation inside arduino IDE work well I still have a SOCAT error when I start SERIAL COM PORT I select my port which is 6 then the countdown goes and at zero I get an error But when I start the serial port command from my old DCS Bios version all work fine which is good .. So tonight I do a quick video of the error and a bit of my WIP pit Thanks for all As I speak french it's not so easy all the time Jul
-
Thanks That's seems to be my problem Good good I will check that !!
-
Thanks Hansolo I will check more tonight at home .. and try to erase and reinstall arduino ide and reinstall the librairies .. Thanks
-
ok I move Socat folder on the right place but still some probleme something is wrong as my error message come from ARDUINO iDE when I try to push the code to the card it s an arduino uno on com 3 but even if i send the basics i get this error /* Tell DCS-BIOS to use a serial connection and use the default Arduino Serial library. This will work on the vast majority of Arduino-compatible boards, but you can get corrupted data if you have too many or too slow outputs (e.g. when you have multiple character displays), because the receive buffer can fill up if the sketch spends too much time updating them. If you can, use the IRQ Serial connection instead. */ #define DCSBIOS_DEFAULT_SERIAL #include "DcsBios.h" /* paste code snippets from the reference documentation here */ void setup() { DcsBios::setup(); } void loop() { DcsBios::loop(); } Arduino : 1.8.7 (Windows 10), Carte : "Arduino/Genuino Uno" In file included from C:\Users\JGO\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.16\src/DcsBios.h:109:0, from C:\Users\JGO\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.16\examples\DefaultSerial\DefaultSerial.ino:12: C:\Users\JGO\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.16\src/internal/Switches.h:6:26: fatal error: SwitchMatrix.h: No such file or directory compilation terminated. exit status 1 Erreur de compilation pour la carte Arduino/Genuino Uno Ce rapport pourrait être plus détaillé avec l'option "Afficher les résultats détaillés de la compilation" activée dans Fichier -> Préférences.
-
OK I restart from scratch 1-download dcs bios master 2-install librairies 0.2.16 3-install SOCAT to C:/socat/ 4-install in saved games DCS-bios and EXPORT LUA intp script my eport lua : dofile(lfs.writedir()..[[scripts\DCS-BIOS\BIOS.lua]]) local dcsSr=require('lfs');dofile(dcsSr.writedir()..[[scripts\DCS-SimpleRadioStandalone.lua]]) local Tacviewlfs=require('lfs');dofile(Tacviewlfs.writedir()..'Scripts/TacviewGameExport.lua') when i try to load the eemple dcs master caution this: /* use '#define DCSBIOS_DEFAULT_SERIAL' instead if your Arduino board * does not feature an ATMega328 or ATMega2650 controller. */ #define DCSBIOS_IRQ_SERIAL #include "DcsBios.h" /* Declare a Master Caution Reset button on pin 10 */ DcsBios::Switch2Pos ufcMasterCaution("UFC_MASTER_CAUTION", 10); /* Make the LED connected to pin 13 into a Master Caution Light */ DcsBios::LED masterCaution(0x1012, 0x0800, 13); void setup() { DcsBios::setup(); } void loop() { DcsBios::loop(); } I get this error : Arduino : 1.8.7 (Windows 10), Carte : "Arduino/Genuino Uno" In file included from C:\Users\JGO\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.16\src/DcsBios.h:109:0, from C:\Users\JGO\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.16\examples\MasterCaution\MasterCaution.ino:5: C:\Users\JGO\Documents\Arduino\libraries\dcs-bios-arduino-library-0.2.16\src/internal/Switches.h:6:26: fatal error: SwitchMatrix.h: No such file or directory compilation terminated. exit status 1 Erreur de compilation pour la carte Arduino/Genuino Uno Ce rapport pourrait être plus détaillé avec l'option "Afficher les résultats détaillés de la compilation" activée dans Fichier -> Préférences. And .. I don t know what I don t do correctly
-
hello I update my DCS bios yesterday with the version x.28 .. I install new library but When I start the serial port command I got an error with SOCAT .. like if the programme isn t running .. or something like that but with my old version is still working fine I have actually One arduino mega and I use it in come port 6 .. I was trying to install latest vesrion and will try soon some test with master and slave I just wait my chip 487 But it s a bad start .. I think I miss something with this SOCAT did I have to install the socat.exe first ?? I try but a quick terminal windows appear and close without anything .. so not easy .. I am a bit lost Thanks for your help
-
ok .. that s clear thanks for the link :)
-
Hello I am trying to set up my DCS bios with multi module via master/Slave RS485 Did you think this kind of module will work ? https://fr.aliexpress.com/item/Nouveau-Module-de-convertisseur-de-Port-UART-TTL-RS485/32995695644.html?spm=a2g0s.9042311.0.0.5b3e6c3764k77T As it's a little bit different of other module than I found it's seems that OI,DE,RE,RO pin was transform to TX RX But can we merged driver enable and receiver enable to TX and RX ? what about the sketch ? if someone know I will learn something :)
-
ok so it's not clear for me well and even if I use it with the keyboard I don t really understand how it s supposed to work I mean normal brake is how ?? pull the lever or rotate and pull ?? because is I pull only I feel like nothing is braking .. ?
-
hello I need some people with more eperience in DCS bios than me ... I try to work with the Brake / Emergency brake lever 2 function pull and rotate I set 2*(2pos switch) 1 for each function I add this for pull DcsBios::Switch2Pos emergencyParkingBrakeRotate("EMERGENCY_PARKING_BRAKE_ROTATE", 48); and this for rotation DcsBios::Switch2Pos emergencyParkingBrakePull("EMERGENCY_PARKING_BRAKE_PULL", 49); on the bios all look good when I push pull it goes to 1 when I release back to 0 same for rotary So inside the game the pull function goes well rotaty function too But when I set to emergency brake so rotate and pull lever goes into right position but I can relese it if i set both switch to 0 it still on emergency position I need to use mouse or keybord So I want maybe try to connect pos 0and 1 of the rotary switch to set 0 on a pin but I don t know how can I do that maybe this one const byte emergencyParkingBrakeRotatePins[2] = {PIN_0, PIN_1}; DcsBios::SwitchMultiPos emergencyParkingBrakeRotate("EMERGENCY_PARKING_BRAKE_ROTATE", emergencyParkingBrakeRotatePins, 2); but when I try to use it I get an error message ---------------- /* BRAKE SYSTEM / */ DcsBios::Switch2Pos emergencyParkingBrakeRotate("EMERGENCY_PARKING_BRAKE_ROTATE", 48); DcsBios::Switch2Pos emergencyParkingBrakePull("EMERGENCY_PARKING_BRAKE_PULL", 49); const byte emergencyParkingBrakeRotatePins[2] = {48, 44}; DcsBios::SwitchMultiPos emergencyParkingBrakeRotate("EMERGENCY_PARKING_BRAKE_ROTATE", emergencyParkingBrakeRotatePins, 2); ---------------------- error: exit status 1 conflicting declaration 'DcsBios::SwitchMultiPos emergencyParkingBrakeRotate' Thanks for your help
-
Hello Just a quick question is that a way to create some waypoints inside SEQ2 and SEQ3 of the hornet from mission editor ? I find how to enter them from fly with UFC but I would like to create 2 flight plan thanks for your help
-
ok for point 1 it's work perfectly many thanks again and for point 2 instead of a mod I found this on the forum look at DCS World\Scripts\Aircrafts\_Common\Cockpit\ViewportHandling.lua put something like this at the very top of the file:- local kneeY = 800 -- size local kneeX = 550 -- size local kneePosY = 0 -- offset from top of leftmost monitor local kneePosX = 0 -- RH side of Leftmost monitor. Then look for the following line:- dedicated_viewport = {default_x,default_y,default_width,default_height} And change to this:- dedicated_viewport = {kneePosX,kneePosY,kneeX,kneeY} And it's work perfectly 0 and 0 are UP LEFT change as you want thanks for all again
-
OK looks good for point 1 i am a fan of any ''mods'' but I will also try thanks again
-
Hello there ... From update yesterday as someone already say the jester menu is no more on the center of the main screen I mean in my case as i have to screen with a large res the menu is in the middle of the total res that mean in between the two wcreen which is not good but I have an other trouble with the knee board I think it is supposed to popup ''bottom right'' of the full resolution which again doesn t work really well if the second screen is made for instrument. In my case I have 3 MFD from thrustmaster which are more for f-18 but well they are here and I can t move them .. probleme the knee board pop up under them so if it s possible center both of jester iceman menu and knee board on the main screen only that was working before the last update so ? thanks for your help
-
Dear all first question about JDAM when I select them inside stores pages the 10 min countdown start but is that normal if I change to HARM or Maverick when I come back on JDAM the countdown restart ??? second question in TOO mode when I approch the TGT there are 2 circle When I enter the first one ''IN RNG'' appear on the HUD .. but if I release my GBU at this time it didn t reacj the target and hit short !! I have to wait to be at 3/4 of the distance of the second circle So my question is what is the rules about these 2 circle and how to uses them ?? it's some small bug or I do something wrong ? Thanks
-
ok I try again and again it s start to be better I think I was trying to much to fly level with everything out and try to put the ebraket on the right place .. then i loose to much speed start to shake and then I dive to hard well .. I need to chek the speed more carefully and practice again and again !! thanks
-
Hello just a quick clarification for landing on carrier I do some test (hook,gear,flaps,trim, ATC) is a standard 1- with airbrake and DLC ON 2- with DLC on 3- nothing and result is 3 is the best (the line on kneeboard are green and feeling is good) 1-2 are more difficult for me so my question is what is the reality airbrake and DLC are mendatory for carrier landing or it s as we wish ?
-
ok I git it ... triple shot with AIM54 to 3 mig ... that s crazy sorry for the mistake I was trying to tell jester to lock BVR with TWS enemy .. just wrong ... thanks for the tips
-
ok i Try again but it doesn t work ... I miss something .. I tell jester to scan radar 100nm then as soon as he find a target I can see it in the hud inside a diamond .. but when I shoot just one aim 54 goes if i shoot an other he track the same bandit I aslso tell to jester to scan first TWS bandit haed .. that's what he do but same scenario he lock only the first one and then didn t switch to second one ?Did I have to break the lock manualy to relock again !? well I try but most of the time he relock the same one probably because it's the most dangerous one .. ?
-
Hello there .. Quick question Is that possible to shoot 2 AIM-54 on 2 different target from pilot seat I can shoot one after one as jester lock them in STT mode and but I can't shoot ask him to lock them in BWR tws 2 target .. he didn t do that ... I make something wrong ??
-
Well it's a good news ... but as you say before that it's almost unusable I will need to create a display config for the F14 ..
-
I have a quick problem I have 2 screens for F18 one for main view and the second one is for instrument. It's work well nothing to change actually I don t care about exporting F-14 instrument it's too early for me but the problem is when i click to get the jester IA menu it s appear in between of my 2 screens . ! of course settings are 2x screen 1920*1080 so in DCS I tell 1x 3840*1080 and in windows they are placed one on the left second on the right and the goal is not change anytime this data. ! There are a way to force the menu to appear on the main screen or not in the middle of the ressolution ? I hope someone understand what I try to say .. thanks