Márcio J. Teixeira Jr.

Results 10 comments of Márcio J. Teixeira Jr.

Same situation here. I have Tortoise SVN in Windows, with command line tools. PATH is ok, extension installed on latest version of VSCode. product.json file updated with "johnstoncode.svn-scm" Stucked here,...

That's great. Thanks for the prompt help. The `svn info` command shown me what was wrong. My bad... Once I choose the correct folder (already submited), it shows my unversioned...

Sorry, I copied the wrong line. Here it is ``` svn --version --quiet 1.10.0-dev ```

I just test a simple solution, but unfortunately doesn't seem to work. Yet... ``` uint32_t USBHost::OutTransfer(EpInfo *pep, uint32_t nak_limit, uint32_t nbytes, uint8_t *data) { uint32_t rcode = 0, retry_count; uint8_t...

Sorry reaching here late... Anyway, I would like to let my proposal. As I already posted here: https://github.com/arduino/mkrwan1300-fw/issues/17 I really miss commands to use the Multicast and to read/write the...

@sslupsky, I just take a quick look and it sounds very interesting, so far. Currently, I have a problem using the modemSend() with confirmation. I can see that many times...

Hello @facchinm , I know this issue is more than one year old, but it still not clear to me. Does the MKRWAN1300 supports class C? The current library has...

Taking a brief look in the code it seems to be implemented in the `at_DeviceClass_set` function. It is in the [at.c](https://github.com/arduino/mkrwan1300-fw/blob/bd1878dbcd8212ce87fb810a3af08e7adb9a929b/Projects/Multi/Applications/LoRa/AT_Slave/src/at.c) file: ``` ATEerror_t at_DeviceClass_set(const char *param) { MibRequestConfirm_t mib;...

Thanks for answering me @facchinm. Everything is working. The problem on my tests was that I was calling the `configureClass()` function right after the `modem.begin()` or the `modem.joinOTAA` attempt. I...

Hello @facchinm ! Please give us some reliable information about this issue. It's been more than 2 months you told that Arduino team had a solution for the power problem...