Forum Post: RE: Why the new look?
Anybody else seeing this effect? Browser is Edge, Win 10. Zooming makes both bigger or smaller. Bill
View ArticleForum Post: RE: Why the new look?
Re: Rulz wants to send notifications. Happens pretty much every time. Happening right now, for example.
View ArticleForum Post: RE: S124 SCI UART does this have a External Transmitter Enable...
So, was there an answer to this question, either for the S124 or the S7G2? Tough to do Modbus if you can't enable and disable the driver fast enough, which at the app layer is unlikely to happen all...
View ArticleForum Post: RE: Why the new look?
Hey Bill, That is a weird effect with the main text and the sidebar. I'll send that up immediately for them to squash that bug. I'll let them know that the notifications are popping up all the time....
View ArticleForum Post: RE: Why the new look?
And if I can vote for a change, this forum only takes up about 1/3 of my screen width, forcing me to scroll a lot. My poor old finger is getting nerve damage from the little vibrations in the mouse...
View ArticleForum Post: RE: Networking on the DK-S7G2
I don't see: /* Enable UDP traffic. */ status = nx_udp_enable(&ip_0); in there anywhere. Since PING is UDP, I don't think you'll get far without it. Probably good to do this before doing anything...
View ArticleForum Post: RE: Why the new look?
Odd, but I passed that along to the people making the changes to let them know that even with cookies enabled it's still causing problems. -Josh RenesasRulz Forum Moderator
View ArticleForum Post: RE: Networking on the DK-S7G2
Hello Chris, Have you enabled the interrupt for your Ethernet channel in properties for sf_el_nx? Is the board address in the same subnet as the device you're pinging it from? Keeping UDP disabled...
View ArticleForum Post: RE: S124 SCI UART does this have a External Transmitter Enable...
Hello, Modbus has already been done on Synergy - in fact, it's implemented by Skkynet Embedded Toolkit VSA: synergygallery.renesas.com/.../4 . SCI peripheral offers flow control using CTS and RTS...
View ArticleForum Post: RE: GUIX Vertical lists
Can a vertical list be adapted to show 3 items on 4 lines in this manner? - top line (small) shows previous item (possibly gray) - 2 middle lines are in a big font and act as a single high impact line....
View ArticleForum Post: RE: GUIX Vertical lists
Hello, Vertical, horizontal and drop-down lists come with a restriction such that every child widget has the same dimensions and baseline properties (besides selected few such as: pixelmap, text,...
View ArticleForum Post: Using GUIX without the screen designer
At this point in my project GUIX seems to do a lot of things I don't need, like handle input focus. I mainly need a way to draw screens and animate transitions (all simple swipes, between items and/or...
View ArticleForum Post: RE: Using GUIX without the screen designer
Hello, Sounds like GUIX is not the perfect tool for your application. You can still create a simple window widget with a refresh timer invoking rendering context on every GUIX tick (i.e. 20ms) or...
View ArticleForum Post: USB host controller stopped by windows, Code 43
I have a simple USB console application working on a DK-S124 board. SSP version 1.1.3 Board Support Package for S124_DK. This application works fine. Now, I am trying to get the same USB console...
View ArticleForum Post: RE: USB host controller stopped by windows, Code 43
Have a look at this tech update :- www.renesas.com/.../tnsya015ae.pdf If you have series resistors in the USB D+ and D- traces, it can causes issues. I had an S124 board that USB wouldn't work on until...
View ArticleForum Post: MQTT integration with synergy
hello all I need to support for MQTT with synergy. Can I find guide of MQTT integration or MQTT application note with Synergy(threadx&netx) ,except VSA? Thanks
View ArticleForum Post: RE: MQTT integration with synergy
Yes, that is correct. For now MQTT is only available via the VSA program.
View ArticleForum Post: Drive a VGA or DVI monitor with S7?
Hi, is it possible to drive a VGA or DVI 20+ inches monitor with a S7 based platform? In other words, I would like to know if there is the chance to replace our actual 7" TFT (RGB interface) with a...
View Article