-
Thread
Programmer und NRF24L01 am SPI - geht nicht?
Und nochmal: Das Datenblatt des ATMega8 P sagt recht klar: > If SS is configured as an input, it must be held high > to ensure Master SPI operation. If the SS pin > is driven low by peripheral circuitry when the SPI is > configured as a Master with the SS pin > defined as an input, the SPI system interprets > this as another Master selecting the SPI as a > Slave and starting to send data to it. Also SS(PB2) auf Output stellen oder einen Pullup setezn. Auch noch aus dem Datenblatt: > • Bit 4 – MSTR: Master
-
Thread
Vb.net: MySQL Connection-String?
Command.ExecuteNonQuery() Catch ex As Exception ErrorHandler(ex.Message) End End Try End Function Public Function ExecuteQry(ByVal Cmd As String) Try Dim Command As New MySql.Data.MySqlClient.MySqlCommand Dim DataAdapter As New MySql.Data.MySqlClient.MySqlDataAdapter
) End End Try End Function Public Sub ErrorHandler(ByVal Message As String, Optional ByVal ShowMsg As Boolean = True, Optional ByVal EndApplication As Boolean = True) Dim oStream As IO.StreamWriter = System.IO.File.AppendText(Application.StartupPath & "\Log_" & Format
-
Thread
AI mit ChatGPT
> In Java, output the current time base64 encoded. kann er > Encrypt the string "Hello" with AES key "1234567812345678" kann er auch > Encrypt the string "Hello" with AES key "1234567812345678", > and output the result base64 encoded kann er auch > Encrypt the current time with AES key
, > and output the result base64 encoded kann er auch > output the current time encrypted by AES key "1234567812345678" kann er auch > In c++ output the current time encrypted by AES key "1234567812345678" Jetzt macht er es. Komisch dass er in meiner vorherigen Sitzung nicht konnte. So
-
Thread
MIcroSD Karte durch Raspberry PI zerstört
your charge is not sufficient to complete the intended Task to avoid a shutdown during use. And as already stated the usuage as a boot drive the state of the card is also changed to a fixed mode, depending on controller and nand this can also have affect on early failure. You could try a different
try connecting the microSD card directly to rule out a fault with the adapter. The phycial defekt as such, can happen in worse case, like damaged or corrupted FTL to a state that it unable to recover, so system won't be able to access the Information to show its content or the controller gets to panic
-
Thread
Bascom Zeichen ändern
Im Vergleich zur von Weinbauer vorgestellten Selfmade-Lösung ergibt sich: [code] dim demostring as string * 20 dim string_item (20) as byte at demostring overlay Dim X As Byte demostring = "hallo, du" for x=1 to 20 if string_item(x) = "," then string_item(x) = "." endif next Print
dim string_item (20) as byte at demostring overlay diese zeile versteh ich nicht
-
Thread
Ansteuerung RTC 72421
include "GLCD_VDI/GLCD_VDI_INIT.BAS" 'Variablen************************************* Dim H1 As Byte Dim H10 As Byte Dim M1 As Byte Dim M10 As Byte Dim S1 As Byte Dim S10 As Byte Dim H1_str As String * 2 Dim H10_str As String * 2 Dim M1_str As String * 2 Dim M10_str As String * 2 Dim
' ATmega168 $crystal = 16000000 $hwstack = 16 $swstack = 128 Dim Rbyt As Byte , Wbyt As Byte Dim La As Byte , Lb As Byte 'Config************************************** Declare Sub Setup_rtc() Declare Sub Rtc_write(byval Adr As Byte , Byval Daten As Byte) Declare Function
-
Thread
Verschlüsselung seiner eigenen Telefongespräche - erlaubt?
Für AES gibt es fertigen Code, den kann man als Black Box betrachten. Wie man mit dieser Black Box ein sicheres System baut ist für dieses Projekt wichtiger als wie AES intern funktioniert. Schau mal in Applied
XMEGA wäre sicher eine gute Wahl (wenn er denn mal lieferbar sein sollte). 375 Taktzyklen für einen AES-Block ist nicht schlecht.
-
Thread
Kann nicht Interrupt auslosen mit Timer4 und Timer5
//Clear bits to ensure the LED is off. mPORTCSetPinsDigitalOut(BIT_7); //Set port as output mPORTCClearBits(BIT_6); //Clear bits to ensure the LED is off. mPORTCSetPinsDigitalOut(BIT_6); //Set port as output PORTCbits.RC6 = 1; //mPORTCClearBits(BIT_6);
// Turn off RA7 on startup. mPORTCSetPinsDigitalIn(BIT_8); // Make RA7 as output. mPORTCClearBits(BIT_9); // Turn off RA7 on startup. mPORTCSetPinsDigitalOut(BIT_9); // Make RA7 as output.
-
Thread
Spice Modell Röhre gesucht 6SA7GT
, 6AS7GT instead > of the well known converter 6SA7GT. (https://www.radiomuseum.org/tubes/tube_6as7gt.html)
>> Er scheint recht verwirrt zu sein. > > Vielleicht hilft das zur Klärung: > >> Note: no 6AS7GT was ever registered. The 6AS7G was registered in January 1946 > and >> the first tubular envelope variant, the 6AS7GA, was registered in 1955. >> Almoste certainly this tube was created due to
-
Thread
mini2440 Odyssee
ts: 4 filter(s) initialized s3c2440-ts s3c2440-ts: successfully loaded input: s3c2410 TouchScreen as /devices/virtual/input/input1 S3C24XX RTC, (c) 2004,2006 Simtec Electronics s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling s3c2410-rtc s3c2410-rtc: rtc core: registered s3c as rtc0 i2c /dev entries
vermutlich bei mir irgendwo. Beim Boot-Vorgang wird folgendes ausgegeben: [c] input: gpio-keys as /devices/platform/gpio-keys/input/input0 samsung-ts s3c2440-ts: driver attached, registering input device input: S3C24XX TouchScreen as /devices/virtual/input/input1 [/c] aber ein [c] cat /dev
-
Thread
Relays enablen
Status eines x-beliebigen Pin zu ändern. Hier meine Sub zum schalten dazu. Private Sub ic_Write(pin As UInt,pinstate As Boolean) Dim result() As Byte = ic.RequestFrom(0x24, 1) If pinstate =True Then Bit.Clear(result(0),pin) ic.WriteTo(0x24, Array As Byte(0x00,result(0))) Else
Alexander K. schrieb im Beitrag #6245440: > Private Sub ic_Write(pin As UInt,pinstate As Boolean) Die Sub sieht doch immer gleich aus, egal, ob die Pins per I2C, SPI oder Deep Space Network angebunden sind? Außerdem gibt es wichtigere Argumente für oder gegen bestimmte
-
Thread
AtmelStudio7 - Arduino Plug-In lässt sich nicht installieren
Ansonsten, den von F.Fo erwähnten Installer gibt es hier: http://studio.download.atmel.com/7.0.1645/as-installer-7.0.1645-web.exe
: http://studio.download.atmel.com/7.0.1652/as-installer-7.0.1652-web.exe http://studio.download.atmel.com/7.0.1652/as-installer-7.0.1652-full.exe
-
Thread
Cloud-Verschlüsselung
Änderungen übertragen. Wieder was > gelernt ;) Truecrypt, und die meisten anderen alternativen nutzen AES, und AES ist ein Blockcipher. Wenn du jetzt nur ein Byte Änderst wird der Block neu geschrieben nicht das Ganze Volumen, das würde ja auch unendlich lange dauern... Wenn du dann von deinem Container
wolkenlos schrieb im Beitrag #4487040: > Wenn ich nun einen Truecrypt Container mit triple AES anlege und den > dann in einen zweiten mit Blowfish packe, nur um das dann mit > irgendeinem Packer nochmal zu verschlüsseln und jedesmal andere > Paßwörter nehme ist es mehr als unwahrscheinlich
-
Thread
ATSAME54 bleibt in der startup_same54.c hängen
.. Und die Wait-States muss man auch passend einstellen wenn das aus dem Flash laufen soll. >AS7 ist die aktuellste Version. Nicht AS7, das E54 Pack dazu: http://packs.download.atmel.com/ Die x5x sind doch noch sehr neu, das kann sehr gut sein das da noch dran rumgepatcht wird. Dafür wird dann auch nicht extra ein neues AS7 Release veröffentlicht. Das Pack für den SAMC21 habe ich zum Beispiel Anfang Oktober aktualisiert und AS7.0.1931 ist ja von Juni.
-
Thread
VHDL Grundlagen Tonerzeugung
registers: 0 out of 345 (0%) Number of SLICEs: 503 out of 3432 (15%) SLICEs as Logic/ROM: 503 out of 3432 (15%) SLICEs as RAM: 0 out of 2574 (0%) SLICEs as Carry: 355 out of 3432 (10%) Number of LUT4s: 1001 out of 6864 (15%) Number used as logic LUTs: 291 Number used as distributed RAM: 0 Number used as ripple logic: 710 Number used as shift registers: 0 Number of PIO sites used: 14 + 4(JTAG
-
Thread
for(; ;) - Schleife
[C] #define all ; #define eternity ; for (all eternity) { ... } [/C] [C] #define as #define long for // wer braucht schohn den Datentyp? #define the ( #defie world ; #define is ; #define still ; #define spinning ) as long as the world is still spinning { ... } [/C]
[c] #define as #define long for // wer braucht schohn den Datentyp? #define the ( #defie world ; #define is ; #define still ; #define spinning ) as long as the world is still spinning { ... } [/c]
-
Thread
Frequenzmessung Erdung
Habe das Programm noch gefunden : [code]program Frequenzmessung dim LCD_RS as sbit at RB0_bit LCD_EN as sbit at RB1_bit LCD_D4 as sbit at RB4_bit LCD_D5 as sbit at RB5_bit LCD_D6 as sbit at RB6_bit LCD_D7 as sbit at RB7_bit LCD_RS_Direction as sbit at TRISB0_bit LCD_EN_Direction as sbit at TRISB1_bit LCD_D4_Direction as sbit at TRISB4_bit LCD_D5_Direction as sbit at TRISB5_bit LCD_D6_Direction as sbit at TRISB6_bit LCD_D7_Direction as sbit at TRISB7_bit dim
-
Thread
Das Innenleben von Transistoren und Operationsverstärkern
cases lead to the need for Online Assignment Help for students. Our assignment help in Singapore was as an academic hand that can help students to score good marks with better ranks. We have been serving for years now and have established our name in the industry. We have a team of several qualified tutors
colleges worldwide. You can easily rely on us whenever you want any assistance with your homework as we are always available for you. Just make a call or drop an email for us to reach you as soon as possible. https://www.greatassignmenthelp.com/sg/
-
Thread
Gasdurchlauferhitzer auf Elektrozündung umrüsten?
https://encrypted.google.com/search?hl=en&as_q=Vaillant+MAG+250&as_epq=&as_oq=&as_eq=&as_nlo=&as_nhi=&lr=lang_de&cr=&as_qdr=all&as_sitesearch=&as_occt=any&safe=images&tbs=&as_filetype=&as_rights= So alt kann das Ding noch nicht sein...
-
Thread
Hacker - welche Kenntnisse/Ausbildung haben die?
person who enjoys exploring the details of programmable systems and how to stretch their capabilities, as opposed to most users, who prefer to learn only the minimum necessary. RFC1392, the Internet Users' Glossary, usefully amplifies this as: A person who delights in having an intimate understanding of
thus a certain ego satisfaction to be had in identifying yourself as a hacker (but if you claim to be one and are not, you'll quickly be labeled bogus). See also geek, wannabee. This term seems to have been first adopted as a badge in the 1960s by the hacker culture
-
Thread
Gefälschte Transistoren!
manufacturer designs a new device it has to be registered with all product parameters and specification as well as the package design at the international semiconductor standardization organization JEDEC. JEDEC plublishes the registered device on their official publication. After a certain protection time
heatsink. As long as such small deviations don't impact the device parameters and specs, there isn't any reason to be doubtful of the device quality. But I must mention, due to different semiconductor manufacturing
-
Thread
/dev/ttyUSB0 oder doch 1 ?
Das schau ich mir mal genauer an. Für den Moment mache ich das jetzt so: [code] Public port As String Public Sub Form_Open() Dim lsusb As String Shell "udevadm info --a --name /dev/ttyUSB0|grep pl2303" To lsusb If lsusb > " " Then port = "ttyUSB0" Endif Shell "udevadm info --a --
lsusb If lsusb > " " Then port = "ttyUSB1" Endif End Public Sub testit_Click() Dim part1 As String Dim middle As String Dim rest As String Dim execute As String Dim lastt As String part1 = "/home/derboss/Dokumente/relais -d /dev/" middle = port rest = " -S" lastt = "Wait" execute
-
Thread
Poti -> RGB Farbrad
VB.NET Funktion um einen Farbgradienten zu generieren [code] Private Function MakeGradient() As Drawing.Image Dim img As New Drawing.Bitmap(30, 1536) 'Deklaration des Bitmaps, auf welches der Farbverlauf gezeichnet wird. Dim red As Integer = 255 'Anteil an Rot Dim green As Integer = 0 'Anteil an Grün Dim blue As Integer = 0 'Anteil an Blau Dim count As Integer = 0 'Die Schleife muss 6 * 256 durchgegangen werden. Jedoch ist es wichtig zu wissen, das wie
-
Thread
Pfusch in der Pampa: Autobatterie Notfall-Laden
als dauerorgeln.) Und ja, von den 1Ah bleiben nicht viel. Aber selbst 100mA für 10 Minuten (=60As) sind schon wieder 0.1s 600A *zusätzlich* . Am Ende brauchst Du nur eine Umdrehung! Mit den Kurbeln hat es ja auch funktioniert.
Zellenspannung erreicht. D.h. entnommene Energie der Batterie etwa 200mAh. Davon etwa 66% sind 130mAh oder 470As. Mal 2 (da 2 Blöcke a 18V) sind ca. 1000As unter absolut optimistischen Bedingungen. Da hier aber nicht mit 50mA geladen wird sondern Anfangs mit weitaus mehr, dürfte die Bilanz sehr viel schlechter
-
Thread
Raspberry Pi 5-Produktion erhöht sich, Angriff auf Flashspeicher der ESP32-Serie
Kern verbauten Cores vermeldet Renesas folgendes: [c] The RZ/G3S employs an Arm® Cortex®-A55 core as the main CPU with a maximum operating frequency of 1.1 GHz and two Cortex®-M33 cores as sub-CPUs operating at 250 MHz. Users can distribute the MPU’s workloads to sub-CPUs, allowing the device to efficiently
devices. Moreover, the device offers a standby mode that can maintain sub-CPU operation at a power level as low as 40 mW, offering the flexibility to optimize power consumption based on the specific operating requirements of each application. [/c] Ab sofort ist unter der URL https://www.renesas.com/
-
Thread
UTD 2052CEL von Reichelt. Erfahrungen?
update the stick remove, and the equipment out and again switch on possibly is again Chinese adjusted as language, the language can. With best regards R. Stähler
the stick remove, and the equipment out and again > switch on possibly is again Chinese adjusted as language, the language > can.“blindly” to be changed over as follows: - UTILITY press - Screen 1/3. now 2 x appear on F4 press, and the language is English adjusted. With best regards R. Stähler
-
Thread
Teiler von 20Mhz auf 16Mhz
df1as schrieb im Beitrag #2026062: > Zweiter Versuch als "Code": Probiers mal mit [ pre ] und [ /pre ]... [pre] _ _ _ _ _ _ _ _ _ _ _ _/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_
df1as schrieb im Beitrag #2026064: > Na ja ... ist ja nicht so, als gäbs hier einen vorschau-button... oder einen link mitten im augenschein, der auf Formatierung zeigt...
-
Thread
UART - Serialin Bascom
Serial0charmatch() Config Serialin = Buffered , Size = 200 , Bytematch = 13 Dim Incoming_data As String * 200 Dim Filtered As String * 200 Dim Writestring As String * 20 Dim Length As Integer Dim Var As Integer 'Hauptschleife Waitms 500 Dim A As Word , B As Word Dim Einzelzeichen
Optimierter String-Empfang $Regfile = "2313def.dat" $Crystal = 3686400 $Baud = 9600 Dim s As String*10 At &H60 Dim b(11) As Byte At &H60 Overlay Dim n As Byte On URXC OnRxD Enable URXC Enable Interrupts Main: If n > 9 Then Print s n = 0 End If Goto Main OnRxD:
-
Thread
Funktion "AddToArray" in vb.net
erstellen einer neuen Liste ist das 'New' davor. [code] Public Structure MyStruc_struc Dim Land As String Dim Anzahl As Integer End Structure '(in einer Sub, Function etc.) Dim MyArray As Array = {1, 2, 3, 4} Dim MyStruc As MyStruc_struc MyStruc.Land = "DE" MyStruc.Anzahl = 80 Dim MyObj As Object = 3.14F 'Single Dim MyList As New List(Of List) Dim ObjList As New List(Of Object) 'das ist die eigentliche Liste (*) '--- beliebige Datentypen zu Liste hinzufügen ObjList.Add("Atari")
-
Thread
Atmel/Microchip Studio7: Projekt auf Netz-LW -° Build failed
nie unter C:\Programme oder C:\Programme (x86) sondern immer in einem separaten Verzeichnis C:\Atmel\AS7\
. Immerhin unterstützt AS7=MS7 die neuesten Chips und erscheint immer noch übersichtlicher bedienbar als etwa das MPLAB-X.
-
Thread
Hardwareverschlüsselung mit änderbarem Passwort
Üblicherweise wird der Zugang zum eigentlichen Key (32 Byte für AES256) mit dem Passwort gesichert.
der Fall. Die Samungs verschlüsseln die Daten mit AES256.
-
Thread
Der magnetische Verstärker Gesperrt
scheinen diese Bauelemente nicht wirklich vergessen zu sein: "Magnetic amplifiers were used extensively as the switching element in early switched-mode (SMPS) power supplies[1], as well as in lighting control. They have been largely superseded by semiconductor based solid-state switches, though recently there
no., pp.386-392 vol.1, 15-19 Feb 1998 SPICE technology is applied to the analysis of flux paths as well as current paths. Circuit duals and symbols are developed for all magnetic elements using the basic Gyrator Re-Cap core model. Magnetic circuits are created with these symbols to demonstrate
-
Thread
Tekway/Hantek/Voltcraft MSO
2.6.30.4 driver is completely different and uses the standard Linux tty mechanism. It should show up as /dev/ttyGS0, I think it should be there even when no cable is connected, but I'm not a 100% sure. There are 3 layers: 1. s3c2410_udc.c hardware interface layer 2. serial.c / u_serial.c
level driver layer (fig 3), and it just fills the flip-buffer, but never gets any read requests. As far as I can see, the receiver code is interrupt driven. So I modified the UDP server to trigger a callback on incoming packets, which then fills the flip-buffer (gserial_rx_injection() ). I have
-
Thread
R&S TSMU Radio Network Analyzer
write a Spectrum > Analyzer GUI (Graphical User Interface) for PC, and publish the software > as an Open Source project. I am located in Bucharest, Romania, EU. > > Anybody interested, please? > You also need the "TSMU-K35 - OEM / ViCon RF Power Measurement" OptionKey and an original CD that
K15/K35-options to my TSMU. I will try to repair it, thanks to info in this thread- same RF-board as FSH, FSH3/6 Service Manual, and a video of FSH-3 repair and analysis. Regards,
-
Thread
RS232 / COM-Port über VBA (Excel) ansprechen
Imports System.Reflection Imports System.Runtime.InteropServices Public Class hp Dim S_Port As New IO.Ports.SerialPort Public excel As New Microsoft.Office.Interop.Excel.Application Private Sub hp_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load hp_l_com_port.SelectedIndex = 10 End Sub Private Sub hp_b_emfangen_Click(sender As System.Object, e As System.EventArgs) Handles hp_b_empfangen.Click 'sendet Daten excel.Workbooks.Open(grunddaten.prg_pfad) If S_Port.IsOpen Then S_Port.Close() End If S_Port.PortName
-
Thread
8 fach Wandsteckdose vs. 8 fach Steckdosenleiste
Interessanterweise gibt es so etwas sogar: https://www.voltking.de/Jung-AS523WW-Kabel-Kanal-SCHUKO-Steckdose-3fach-Duroplast-Alpinweiss-Serie-AS
Beitrag #6539698: > Interessanterweise gibt es so etwas sogar: > > https://www.voltking.de/Jung-AS523WW-Kabel-Kanal-SCHUKO-Steckdose-3fach-Duroplast-Alpinweiss-Serie-AS Ja, für den Einsatz im BR-Kanal, da gibt es dann vom Kanalhersteller entsprechende Einbaudosen. Aber ich schrieb ja schon,
-
Thread
Tips für effektives Erstellen von PCB gesucht
Considerations" meint dazu im Abschnitt 4.7.6: "It is not a good idea to place the power and ground planes as the outer layers to act as shields. It does not work as intended, as high currents are running in the ground plane. A shield layer would have to be a second pair of ground layers."
Johannes F. schrieb im Beitrag #7835640: > It does not work as intended, as high currents are running in the ground > plane. Halte ich allerdings für ein eher lahmes Argument. Diesen Effekt hat man ja so oder so, egal, wo diese Lagen sind. Ist aber jetzt
-
Thread
MCU mit 24-Bit-SPI?
Client mode (CTRLA.MODE=0x2), the SPI interface will remain inactive with the MISO line tri-stated as long as the SS pin is pulled high. Software may update the contents of DATA at any time as long as the Data Register Empty flag in the Interrupt Status and Clear register (INTFLAG.DRE) is set. When
//content.arduino.cc/assets/A000066-full-pinout.pdf "CIPO/COPI have previously been referred to as MISO/MOSI" MASTER, MASTER, MASTER! https://www.youtube.com/watch?v=IsvfofcIE1Q ;-)
-
Thread
CPLD ATF1502AS: Signal um 40 ns verzögern
Ein Signal das an einem Eingang (I1) eines ATF1502AS (Pin to Pin 10 ns) anliegt, wird zu einem Ausgang (Q1) geleitet. Das Signal soll zusätzlich - um 40 ns verzögert - an einem zweiten Ausgang (Q2) erscheinen. Wie mache ich das unter WinCupl? Meine erster
> ATF1502AS Das Ding hat nur 32 FFs, für ein Schieberegister mit 3 Stufen (50Mhz = 20ns, 60MHz = 16,6ns) gehen dir schon mal 10% der Ressourcen flöten... Hast du überhaupt einen Takt, und dazu noch soviele
-
Thread
[suche] UC3843AS PWM Schaltregler für Schaltneteil
ist das Netzteil defekt. Ich vermute den Schaltregler. Verbaut ist folgender Chip: EST.606 UC3843AS (8pin, SOIC Gehäuseform) Der UC3843A wird von verschiedenen Herstellern angeboten. Ich finde im Netz jedoch keinen Hersteller, der die Variante "A_S" anbietet. Ich nehme jetzt einfach mal an,
-
Thread
Schaltregler - ripple verringern
bandwidth of the regulator. They can be used to reduce the reflected ripple current at the *input* as well as improve the transient response of the output. . *Tantalum*, Polymer-Tantalum Capacitors Tantalum type capacitors may only used on the *output* bus, and are recommended for applications where
module's input. This reduces the magnitude of the ripple current through the electroytic capacitor, as well as the amount of ripple current reflected back to the input source. Additional ceramic capacitors can be added to further reduce the RMS ripple current requirement for the electrolytic capacitor
-
Thread
Visual Basic UDP Empfangen mit ESP8266
listener.Poll(1000, SelectMode.SelectRead) Then MsgBox("ok") Dim bytesToRead As Integer = listener.Available Dim buffer(bytesToRead) As Byte listener.Receive(buffer, bytesToRead, SocketFlags.None) Dim message As String = System.Text.Encoding.ASCII.GetString
As IPEndPoint = New IPEndPoint(IPAddress.Any, 0) Dim rcvbytes() As Byte = subscriber.Receive(ep) TBRcv.Text = Encoding.ASCII.GetString(rcvbytes) Catch ex As Exception
-
Thread
Über Mikrocontroller Beschleunigungssensor auslesen
, the pin will be driving the SS pin of the SPI Slave. * If SS is configured as an input, it must be held high to ensure Master SPI operation. If the SS pin is driven low by peripheral circuitry when the SPI is configured as a Master with the SS pin defined as an input, the SPI system interprets this as another Master selecting the SPI as a Slave and starting to send data to it. [/code] Mit anderen Worten Entweder du konfigurierst den /SS Pin als Output, oder aber du stellst sicher, dass der
-
Thread
Arduino - bringt's das ? Gesperrt
nach einem Wochenende voller Frust. Ich persönlich werde jetzt mal versuchen die Integration in AS 6 hinzukriegen. Wenn dann die Funktionen von Visual STudio greifen und das Code-Schreiben komfortbaler wird wäre mir schon sehr gedient.
Programmieren einer Sony Smart Watch verwendet: http://hackaday.com/2013/06/27/astrosmash-style-video-game-as-sony-smartwatch-firmware/ Erstaunlich, was man mit einer Vereinheitlichung der Programmierschnittstelle alles erreichen kann.
-
Thread
5.25", 3.5", Floppy Kabel
starten. Würde gerne meine Source einfach nur formal noch mal durch den Assembler schicken (a68, as68 oder as68k hieß der doch, glaube ich). Leider habe ich die Hardware nicht mehr. *) Ach, jetzt fällt's mir wieder ein, woher ich den Namen kenne: die vertrieben damals die ersten Releases von
: > Würde gerne meine Source einfach nur formal noch mal durch den Assembler > schicken (a68, as68 oder as68k hieß der doch, glaube ich). > Leider habe ich die Hardware nicht mehr. a68-Quellcode müsste man auch mit as (dem Universal-Assembler von Alfred Arnold) übersetzen können. Der 68000 war
-
Thread
Zauntor (Drehtor) Positionsbestimmung
Absolutwinkelgeber z.B. auf solcher Basis: http://www.digikey.de/de/product-highlight/a/ams/as5048a-and-as5048b-rotary-sensors
s_kwcid=AL!222!3!77866931937!!!g!!&ef_id=VpvvxAAABamvtZcI:20160316105231:s Wie wäre der: http://as-electronic.net/epages/f5f396c6-206d-4fb6-8b4c-7e9832c1a74f.sf/de_DE/?ObjectPath=/Shops/f5f396c6-206d-4fb6-8b4c-7e9832c1a74f/Products/AS-IS-MT-POH120a
-
Thread
Wieviel Strom zieht eine Kondensator ladung berechnung
20 TausendMal: eine Kondensatorfüllung: 2.2mF*450V=0.99As Batteriefüllung: 5.5*3600As. Der Quotient lautet 20000. Viel Spaß noch. Cheers Detlef Ähm, vatipp hatte ich mich.
>eine Kondensatorfüllung: 2.2mF*450V=0.99As >Batteriefüllung: 5.5*3600As. >Der Quotient lautet 20000. Den Widerstand ignorieren wir einfach mal tztztz
-
Thread
FTDI zerstört Fake Chips durch Windows-Update
nicht updaten konnte wegen XP. Nun seit September gibt es eine AVM Faq wo am FF umschalten muss wegen AES 128/256.
only allows use of the Software with, and the Software will only work with Genuine FTDI Components (as defined in the Licence Terms). Use of the Software as a driver for a component that is not a Genuine FTDI Component MAY IRRETRIEVABLY DAMAGE THAT COMPONENT. '
-
Thread
C# Wpf DataGrid daten Zeile für Zeile ausgeben
username=root; password="; string Query = "SELECT attributenames.PK_ID_attributename AS 'ID#', attributenames.attribute_name AS 'ATTRIBUTE_NAME', attributevalues.valuevalue AS 'VALUE', attributeworsts.worstvalue AS 'WORST', attributethreshs.threshvalue AS 'THRESH', attributewhen_faileds.when_failedvalue
(sql, conn) Dim da As New OleDbDataAdapter(cmd) Dim ds As New DataSet cmd.CommandText = "select * FROM " + tabelle$ + " where nr = " + Str(kenn_nr) da.Fill(ds, tabelle$) Dim row As DataRow Dim dt As DataTable =
-
Thread
Programmierung CMU200 und CRTU-RU mit vb.net
Hallo, hier zwei vb.net Codeschnipsel von mir: [code] Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim ioMgr As Ivi.Visa.Interop.ResourceManager Dim instrument As Ivi.Visa.Interop.FormattedIO488 Dim idn As String ioMgr
das richtig???? Dim idnItem As Object 'Ist das richtig???? Dim n As Integer Dim messwerte(1000) As String 'Dim idn As String 'Dim idn2() As String ioMgr = New Ivi.Visa.Interop.ResourceManager