Forum Post: RE: USB Host - Problems with host class instance SSP1.1.3
Hello Jeremy, thanks for your answer. Is it enough with adding sf_el_ux_comms framework or do we have to add any special code? Adding the framework (using the same code) the application gets stuck at:...
View ArticleForum Post: RE: Porting of ssp 1.1.3 project to 1.2 beta issue.
Thank you Adboc, Not sure what I was doing wrong, but its working now. Â Thank you for your help!!! Matt
View ArticleForum Post: SYNERGY GUIX KEYBOARD EXAMPLE - GX_TYPE_KEYBOARD and Widgets
Hi all, i would like to implement a KEYBOARD, alphanumeric one, ina simple way, not necesarry extendes characters, only Numbers, A to Z characters and some simbols like "_", "-" and ".". Reading the...
View ArticleForum Post: Renesas Synergy CAD Libraries
Hi, Having done some evaluation with the SK S7G2, I am now looking to layout a prortype PCB with the 144 LQFP S7 part. Is there a  schematic/PCB component library available for download? Thanks in...
View ArticleForum Post: RE: Renesas Synergy CAD Libraries
Hi, you can find PCB footprints and schematics of most, if not all, Renesas MCUs at: renesasrulz.com/.../m Cheers, Â Â Â Â Â Lou
View ArticleForum Post: File deposit on remote file system
Hello, I will have a PC with XP embedded connected to a S7 board with Ethernet. I there a way for the S7 board to deposit a file on a disk shared by the PC ? A kind of Net Share on PC side, that would...
View ArticleForum Post: Get MAC Address from TCP packet
Hello, Does NetX allows to get the MAC address of TCP packet received ? Thanks, Pascal
View ArticleForum Post: RE: USB Host - Problems with host class instance SSP1.1.3
Hello again Jeremy, we have managed to make it work using USBX on ux framework. But we have some questions. Our application contains different threads with different features (touch panel, uart...
View ArticleForum Post: RE: Get MAC Address from TCP packet
Hello Pascal, Transport layer packets (such as TCP packets) do not carry MAC address (which is used on the link layer). You can use ARP to find the MAC address from the IP address of the sender using...
View ArticleForum Post: RE: Post-build step question
Hello Jeff, I figured this may help you. You can hijack "Cross ARM GNU Print Size" settings by changing command line pattern option to your desired command. I tested this out by replacing command with...
View ArticleForum Post: RE: GUIX Vertical lists
Hello Joe, If you'd like to display 5 items at a time, then I suggest creating 6 prompt widgets inside the vertical list, for smooth response. GUIX recycles text labels that are not visible to display...
View ArticleForum Post: RE: SYNERGY GUIX KEYBOARD EXAMPLE - GX_TYPE_KEYBOARD and Widgets
Hello, GX_TYPE_KEYBOARD is a specific window type defined in the GUIX API header. The implementation is down the user, however GUIX provides a number of functions and events that should help you...
View ArticleForum Post: RE: File deposit on remote file system
Hello Pascal, As far as I'm aware, NetX does not support network drive features in Windows OS's (this is on the application layer, so you can use existing NetX Services to develop an application that...
View ArticleForum Post: RE: File deposit on remote file system
Thank you Karol. Is there some API to use FTP client and FileX on a SDcard to deposit the file on the server ? I imagine the other way would be to use a FTP server on the S7 side ? Would it be more...
View ArticleForum Post: RE: File deposit on remote file system
Hello Pascal, If I understand a question correctly, you'd like the Synergy board to read the SD card and deposit the file onto remote server. This is very much possible by using FTP client and FileX...
View ArticleForum Post: RE: NetX Duo DHCP demo question
Hello Karil and Ian, Reading this post, i i some questions : - When the client send back a POST message with several Inputs, is there a simple way to extract the values of known returned fields, or do...
View ArticleForum Post: RE: File deposit on remote file system
Yes, this is my question. However, the file to deposit is large, over 10MBytes, so does the FTP write accept Offset feature to send it packet by packets ?
View ArticleForum Post: Safeguarding
Hello, I can see in Advanced Synergy Security document : Separation of Critical Systems : System MPUs enable secure modularization of software Operation under DDoS Attacks : RTOS and Memory Protection...
View ArticleForum Post: RE: File deposit on remote file system
Hello Pascal, I believe the write pointer is always placed at the end of the file, so you can stream the data out to the server using consecutive write commands. Regards
View Article