I am using a Q2687 refreshed running an Open-At aplication.
I need to use the USB port as a UART, like before (7.44), but there isn´t example in the ADL 6.35 documentation.
In the developer studio i found 2 examples but they use the USB port as a “Mass Storage Device” and a “Audio Device”.
Can anyone send me an example of a UART implementation with the USB port in 7.45 firmware?.
If you want just normal UART – there is no change. just make sure it is enabled (see AT+WMFM command). By default, USB is disabled.
If you want to use it in OpenUART mode, it gets complicated. With 7.45, OPENUSB was introduced, so you have to configure and start OPENUSB subsystem before you can run OPENUART on top of it.
The response to the AT command is “OK”.
Yes I wait the response before attempting the FCM subscription.
I think there are no problems in the code because this Open AT aplication works with 7.44, is the firmware of a device that we sell since a long time and I try only to change de Sierra Wireless firmware.
Unfortunately, that does not prove that your code was correct!
You may be right, but there are plenty of cases where flawed code has been shipped & “working” i[/i] for years, and something like a firmware update brings the flaw to light.
I take it back.
R7.45 USB does not work without issues. (SL6087 and Q2687RD)
After more extensive testing I have found that it randomly simply stops sending anything in either AT or FCM DATA mode.
Sometimes it’s right at powerup it simply doesn’t send anything.
Sometimes it’s during communication it simply stops sending anything over USB.
Using USB Explorer 200 from Ellisys I can’t see any reason for this behaviour when compared to previous firmware versions.
Upon further review of the test results, I realized that I still can’t determine conclusively if the problem is on the device side or if it’s on the host side.
Timing changes on the device side might have triggered unforeseen effects on the host side, which in this case is not a PC USB controller.
I’ve now managed to reduce my USB issues with 7.45 and 7.46 to one that shows up when USB is in FCM DATA mode.
In short, there is random packet loss when sending data to the module. It doesn’t happen often, but often enough to disrupt my XModem transfers
That data is actually sent over USB has been verified using Ellisys USB Explorer 200.
This random packet loss has not been observed with R7.2a and R7.44.
I’m sure that I had packet loss (or what appeared to be packet loss) with R7.46 as well.
It is no longer a problem for me however due to additions in my routines that detect those stalls and attempts to resume the transfers. (Something that I should have done either way)