• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
0
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
返回

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
  • 全部板块
    • 全部板块
大家还在搜
  • vrf安装

    Simon,这里是“Little Setup Builder”的链接。据我所知,它非常友好.http://www.fileheap.com/files/100699.html随MS DevStudio或Visual Studio提供的'InstalShield'更为精彩(有限,完整的产品是亲爱的)我花了一个星期的时间来处理.Detlef Kersten ---您目前订阅了vrf:r***@soco.agilent.com要订阅,请发送一封空白电子邮件至“join-vrf @ it .lists.it.agilent.com“。要取消订阅,请发送一封空白电子邮件至”leave-vrf@it.lists.it.agilent.com“。要发送邮件到此邮件列表,请发送电子邮件至”vrf@it.lists.it .agilent.com”。如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 以上来自于谷歌翻译 以下为原文Simon,here is a link to the 'Little Setup Builder' .As far as I remember it's veryfriendly.http://www.fileheap.com/files/100699.htmlThe 'InstalShield' provided with MS DevStudio or Visual Studio is more ademo (limited , the full product is dear)and it took me a week to handleit.Detlef Kersten---You are currently subscribed to vrf as: r***@soco.agilent.comTo subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".To send messages to this mailing list,email "vrf@it.lists.it.agilent.com".If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".

    2018-09-10 16:56

  • postmessage调用的目的是什么?

    Hello vrf>将条目放在剪贴板上,然后使用> PostMessage(hWnd,0x0112,0xf100,0x20),SendKeys“ep {Enter}”将其粘贴到控制台。这>基本按下Alt + Space然后点击e,p和Enter键。>十六进制值是什么意思,postmessage调用的目的是什么?我可以看到postmessage的原型是:BOOL PostMessage(HWND hwnd ,//目标窗口的句柄UINT uMsg,//发布WPARAM wParam的消息,//第一个消息参数LPARAM lParam //第二个消息参数);但是如何获取十六进制值?RegardsHenrik Rune Jakobsen_________________________________________________________Undg弹出窗口MSN工具栏 - http://toolbar.msn.dk/ hent den gratis! 以上来自于谷歌翻译 以下为原文Hello vrf>Place the entry on the clipboard and then paste it to the console with>PostMessage(hWnd, 0x0112, 0xf100, 0x20), SendKeys "ep{Enter}". This>basically presses Alt+Space then hits the e, p and Enter keys.>What does the hex values mean, and what is the purpose of the postmessage call?i can see that the prototype for postmessage is:BOOL PostMessage( HWNDhwnd,// handle of destination window UINTuMsg,// message to post WPARAMwParam,// first message parameter LPARAMlParam// second message parameter);but how does one get the hex values ?RegardsHenrik Rune Jakobsen_________________________________________________________________Undg pop-ups med MSN Toolbar -http://toolbar.msn.dk/ hent den gratis!

    2019-08-29 09:22

  • 国***频产业的真实现状分析

    手机和通讯市场仍是主流,NB-IoT市场将爆发滤波器和PA是重头戏,几大外商垄断急起直追,国***频厂商供应链解读

    2021-01-05 06:19

  • 深入了解独立式数据采集系统CompactDAQ

    深入了解独立式数据采集系统CompactDAQ

    2021-05-11 07:10

  • FX3赛普拉斯控制中心工作,但编译CSharp示例不ERASE_FAILED

    你好,我有一个FX3设备,它是适当的编程包括CyPress USB控制中心。我已经通过SDK下载下载了USB控制中心的源码。一切都编译好,但是当我尝试使用FX3-和.gt;SPIflash选项来编程时,我从下面的代码中得到一个错误。Stabel.Text =“正在进行的SPI闪存编程……”;刷新();EnMeReals= Fx3.. DownloadFw(FOpenDeal..FiNeNEX,FX3YFWDWNLADIOMIAYAYTYPE型.SPIFFLASH);TestLabel.Text =“SPI闪存编程”+FX3.GETFWErrSROPE(EnMeREST);刷新();返回的错误是SPILASH此错误不会出现在SDK所包含的二进制实用程序中。使用USB分析器,我可以看到相同的命令C4H,1,0,0是从两个应用程序发送的,但是在我编译的版本中,它失败了,在公用程序(由CyPress汇编)中,相同的命令成功了。任何方向都会有帮助。谢谢J 以上来自于百度翻译 以下为原文Hi, I have an FX3 device and it is properly programmed by the included Cypress USB Control Center.I have downloaded and compiled the USB Control Center Source via the SDK download.Everything compiles ok, but when I try to use the FX3-->SPI_Flash option to program, I get an error from the following code. StatLabel.Text = "Programming of SPI FLASH in Progress...";Refresh();enmResult = Fx3.DownloadFw(FOpenDialog.FileName, FX3_FWDWNLOAD_MEDIA_TYPE.SPIFLASH);StatLabel.Text = "Programming of SPI FLASH " + Fx3.GetFwErrorString(enmResult);Refresh(); The returned error is SPILASH_ERASE_FAILED This error doesn't occur in the binary utility included with the SDK. Using a USB analyzer, I can see that the same commandC4H,1,0,0 is sent from both applications, but in my compiled version, it fails and in the utility (compiled by Cypress) the same command succeeds. Any direction on this would be helpful. Thanks J.

    2018-12-14 16:30

  • SD 0x68“无效开发”错误

    晚上好!我在FX3S 4线MICROSD PCB设计中,将FX3S连接到MICROSD插座上????虽然在这个线程中考虑了低电压(1.8V),但是使用3.3V与图像一致。SD卡被初始化为尽可能简单,没有错误,LA。CYU3PSIbTNFPARAMSART国际标准化组织;EnfPARAM.RESETGPIO=0xFF;ItfPARAMS.rStasthy= Cytru;CytDeType=CyuU3PysibDebug;电压分布;ILFPARAMS.LVGPIOSTATOR= CyFLUE;书面陈述;低电压=CyFalm;IsDR=CyFrE;MnFrQq=CyuU3pSi-BiFRQ2626MHz;CtdiiTrime= 0;ErnO1= CYU3PSIBSETIN FPARAMS(0,&;Ern11=CYU3PSIBSTART()但是,尝试查询设备总是会产生错误0x68。静态CYU3PSIBDEVIN FILT GLDVENFION//*结构来保存设备信息*/errno3 = cyu3psibquerydevice(0,&;gldevinfo);我忽视了一些简单的东西吗?蒂亚 以上来自于百度翻译 以下为原文Good evening! I have wired FX3S to a microSD socket consistent with the diagram in FX3S 4-Wire microSD PCB Design ??? . Though low voltage (1.8v) was considered in this thread, 3.3v was used consistent with the image. The SD card is initialized as simply as possible, and without error, a la CyU3PSibIntfParams_t intfParams;intfParams.resetGpio = 0xFF;intfParams.rstActHigh= CyTrue; intfParams.cardDetType= CY_U3P_SIB_DETECT_NONE; intfParams.voltageSwGpio= 0xFF;intfParams.lvGpioState= CyFalse; intfParams.writeProtEnable = CyFalse; intfParams.lowVoltage= CyFalse;intfParams.useDdr = CyFalse;intfParams.maxFreq= CY_U3P_SIB_FREQ_26MHZ;intfParams.cardInitDelay= 0;errno1 = CyU3PSibSetIntfParams (0, &intfParams);errno1 |= CyU3PSibStart () However, attempting to query the device always yields error 0x68 static CyU3PSibDevInfo_tglDevInfo; /* Structure to hold device info */errno3 = CyU3PSibQueryDevice (0, &glDevInfo); Am I overlooking something simple?TIA

    2018-09-06 16:08

  • 如何对信号进行小波变换

    在较新版本的VEE(我知道的8.x)中你可以。在公式框中,写userFunction.PopupPanelTitle =“Your Title Here”;其中userFunction是您的用户函数的名称.LFrom:Douglas Rudrow [mailto:drudrow@Aurora.com]发送时间:2008年9月25日,星期四11: 08 AMTo:VRFSubject:[vrf]用户功能属性...问候全部,有谁知道是否可以通过编程方式设置用户功能的属性?我特别希望能够根据运行的测试更改弹出标题。我想我可以有两个版本的功能,弹出标题硬编码,只是调用我想要的那个,但我希望有一些更优雅的东西,不需要维护这两个功能。谢谢提前,DougDouglas B RudrowSystems开发实验室技术专家Aurora Networks2803 Mission College Blvd.Santa Clara,California,95054U.SA(408)235-7000 Main(408)235 7084 DirectHYPERLINK“mailto:drudrow@aurora.com”drudrow@aurora.com ---你是目前订阅vrf为:lorne.roy@philips.com要订阅,请发送电子邮件至:“vrf-request@lists.it.agilent.com”,邮件正文中包含subscribe一词。要取消订阅,请发送一封空白电子邮件至“leave-vrf@it.lists.it.agilent.com”。要将邮件发送到此邮件列表,请发送电子邮件至“vrf@agilent.com”。如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。在“http://www.vrfarchive.com/vrf_archive”上搜索“unofficial vrf archive”。在“http://vee.engineering.agilent.com”上搜索Agilent vrf存档。 _____根据适用法律,本信息中包含的信息可能是机密的,受法律保护。该消息仅供收件人使用。如果您不是预定的收件人,特此通知您,严禁使用,转发,传播或复制此邮件,这可能是非法的。如果您不是预定的收件人,请通过回复电子邮件联系发件人并销毁原始邮件的所有副本.---您目前订阅了vrf:hua_jing@agilent.com要订阅,请发送电子邮件至: “vrf-request@lists.it.agilent.com”,邮件正文中包含“subscribe”一词。要取消订阅,请发送一封空白电子邮件至“leave-vrf@it.lists.it.agilent.com”。要将邮件发送到此邮件列表,请发送电子邮件至“vrf@agilent.com”。如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。在“http://www.vrfarchive.com/vrf_archive”上搜索“unofficial vrf archive”。在“http://vee.engineering.agilent.com”上搜索Agilent vrf存档。 以上来自于谷歌翻译 以下为原文In newer versions of VEE (8.x that I know of) you can.In a formula box, write userFunction.PopupPanelTitle="Your Title Here";,where userFunction is the name of your user function.L From: Douglas Rudrow [mailto:drudrow@Aurora.com] Sent: Thursday, September 25, 2008 11:08 AMTo: VRFSubject: [vrf] User Function properties... Greetings all, Does anyone know if it is possible to set the properties of a user function programmatically? I’d especially like to be able to change the pop up title based on which test is running. I suppose I could have 2 versions of the function with the pop up titles hard coded and just call the one I want, but I was hoping for something a little more elegant that wouldn’t require maintaining both functions. Thanks in advance,Doug Douglas B. RudrowSystems Development Lab TechnologistAurora Networks2803 Mission College Blvd.Santa Clara, California, 95054U.S.A.(408) 235-7000 Main(408) 235 7084 DirectHYPERLINK "mailto:drudrow@aurora.com"drudrow@aurora.com --- You are currently subscribed to vrf as: lorne.roy@philips.com To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body. To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". Search the "unofficial vrf archive" at "http://www.vrfarchive.com/vrf_archive". Search the Agilent vrf archive at "http://vee.engineering.agilent.com". _____The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.--- You are currently subscribed to vrf as: hua_jing@agilent.com To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body. To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". Search the "unofficial vrf archive" at "http://www.vrfarchive.com/vrf_archive". Search the Agilent vrf archive at "http://vee.engineering.agilent.com".

    2019-07-29 15:05

  • 我们应该希望长期使用stm8吗?

    大家好,最近,该公司一直积极提供将您的项目从8位微控制器转移到32位微控制器。鉴于此,我对使用STM8进行未来发展的可行性表示担忧。我喜欢这些高效廉价的处理器,我不想在不久的将来失去这种工程资源。如果有人可以,任何事情,请说一下,那么请参加。 #stm8 #future以上来自于谷歌翻译以下为原文 Hello everybody,Recently, the company has been actively offering to transfer your projects from 8-bit micro-controllers to 32-bit ones. In view of this, I had concerns about the feasibility of future developments with the use of STM8. I like these efficient and inexpensive processors, and I would not want to lose this engineering resource in the near future. If anyone can, anything, say about this, then please participate. #stm8 #future

    2018-11-09 09:52

  • RN48 71停止工作

    您好,第一RN48 71工作一段时间。我设法设置配置和SOME测试。几天后,它停止工作。没有无线电,没有串行响应。好的,也许是配置错误……第二个工作几小时。怪异…第三是“砖”后非常谨慎使用,只有一个“$ $ $”发送。现在,LED输出随机闪烁(一些时间快速闪烁,一些时间关闭,一些时间在十分钟)。因为第一个很好地工作了很多天,没有任何外部CPU的通信(在PCB上焊接和供应,同时开发其他特性)。问题是串行通信。经过一些研究,我似乎不是第一个出现这种问题的人(例如,这个论坛)。但所提出的解决方案似乎并不“合乎逻辑”或“坚实”。是否有人在生产中成功地使用了RN861?因为在开发过程中如果“砖头”是这样的话,生产就不放心了!!!! 以上来自于百度翻译 以下为原文 Hello,First RN4871 works for a while. I manage to setup configuration and somes tests. After few days, it stop working. No radio and no serial response. Ok, maybe a mistake in configuration ...Second works few hours. Bizarre ...Third is "bricked" after very carefully use, and only one "$$$" sending. Now, led output blinking randomly (some time rapid blinking, some times off, some times on for ten minutes).I think that the RN4871 die after receiving on RX. Because first one works well many days, without any communication to external CPU (solded and supplied on PCB, while developping other features). Problems comes with serial communications. After some research, it seems that I am not the first to have this kinds of problems (this forum, for example). But the proposed solutions seems not "logical" or solid. Has anyone ever used the RN4871 successfully in production ?Because if it "brick" like that while developing, it is not reassuring for production !!!

    2019-03-26 08:40