Forum Post: RE: NetX capabilities on S7
Hi Tim, Thank you very much, this is more than i need. This helped ! Pascal
View ArticleForum Post: Which directories/files are Do Not Edit?
I would appreciate some clarification on which directories and files are generated by the tool and should not be edited. It appears the src directory is where all the developer-written source is...
View ArticleForum Post: RE: Which directories/files are Do Not Edit?
don't edit or change anything in the directories (or sub-directories of ) :- synergy/ - These files are extracted from the pack file, so will be overwritten when the project contents is generated (or...
View ArticleForum Post: RE: Question about the forum tags
LE- It turns out that this is an automated feature of the forum and can't be modified. The system identifies the top most popular 25 tags and lists them alphabetically. The idea is to provide a...
View ArticleForum Post: RE: e2studio degubber "exception occured during lauch", error in...
Hi, First, thanks for helping. I tried the steps that was suggested and end up with the same result. I also tried to install JLINK sofware to see if that could help but this does not work as well.
View ArticleForum Post: RE: e2studio degubber "exception occured during lauch", error in...
Since I have 2 e2Studio version installed on my computer, I tried lauching e2Studio 5.0.0.043 and tried the following: 1- I lauched the previous version of e2Studio and create a simple project using...
View ArticleForum Post: RE: Question about the forum tags
Thanks for the answer Warren. It seems to me that the algorithm is much simpler than what you explain because I find very strange that nothing starting with "USB" or "Net" is a hot topic. I think the...
View ArticleForum Post: Problems with multiple insertion/removal of USB memory
Some months ago several users noticed that the UsbX only supported several USB memory insertions and, after 7 or 8, it no longer detected the device. Now I tested the excellent example program...
View ArticleForum Post: RE: Problems with multiple insertion/removal of USB memory
Hello Laboratori, To my knowledge, the source of the problem has been found in the low-level USB driver (sf_el_ux) and the development team has been made aware of it. The fix to this problem is of...
View ArticleForum Post: RE: Problems with multiple insertion/removal of USB memory
Thanks Karol, I'm happy to know it's high priority also for the development team. Regards
View ArticleForum Post: RE: e2studio degubber "exception occured during lauch", error in...
Try deleting the Debug folder, and then rebuild. I know it sounds completely unrelated to this error, but I've seen it cure many Ills...
View ArticleForum Post: USBX host CDC class demo
One of the first demos that a new Synergy user is exposed to is the communications framework on sf_el_ux_comms , which implements a USB device CDC connection. I thought it would be useful to implement...
View ArticleForum Post: RE: USBX host CDC class demo
A USB to serial convertor using a Prolific or FTDI chip will not implement CDC ACM class, these use vendor specific classes, so they won't work with the USB Host CDC ACM class. I have used the USB...
View ArticleForum Post: RE: USBX host CDC class demo
So it should be as simple as registering the class, acquiring a cdc_acm class pointer in your thread, and read/write? I note that the API ports these 4 functions: #define ux_host_class_cdc_acm_entry...
View ArticleForum Post: RE: USBX host CDC class demo
I did not use the ux_host_class_cdc_acm_ioctl() call at all in my code.
View ArticleForum Post: SK-S7: issue using USB storage and USB console together
Hello, I would like to know whether there might be an issue using the USB console framework (USB device) and an USB Stick (as USB host) at the same time. My intention was to write and read files...
View ArticleForum Post: RE: USBX host CDC class demo
I would sure be interested in seeing how you put it together. Here is a snippet of what I am trying to do: status = ux_host_stack_class_get(_ux_system_host_class_cdc_acm_name, &class); if (status...
View ArticleForum Post: RE: e2studio degubber "exception occured during lauch", error in...
One other observation (which might be important or not)- I noticed that when I first fired up the debugger from my new installation GDB wanted to access something and my Windows Firewall flagged it. I...
View ArticleForum Post: RE: USBX host CDC class demo
Found the issue. In the call: status = ux_host_stack_class_instance_get(class, 1, (void **) &cdc_acm); The second argument was a 0, and should be a 1. I now have an SK CDC host communicating...
View ArticleForum Post: When will the S5 series be available?
Hello, Is there a rough estimate as to when the S5 will be available for purchase? Thanks,
View Article