Sounds like things are much more challenging than the last time I ran a forum (over 10 years now). I don't envy your plight. However, we appreciate the work you do to provide the valuable service.
mpgmike Today, 12:02Hello,
yes understood.
At this time, the system is NOT sending emails.
I don't know when I will be able to enable email sending again.
There are several issues related to email, not...
Thank you Pedja, you are right !
It was a very stupid mistake.
Cheers
I assume you already found this, but several members compiled a book on using DT Interrupts:
http://www.picbasic.co.uk/forum/forumdisplay.php?f=41
Just in case you haven't seen it.
I started working with PC apps about 5 years ago. I bought Visual Studio 2015 Professional and 5 books on the subject. Although VS 2019 is out, the books probably update with the versioning. One I...
mpgmike Today, 04:53It is OK, that jumps to that label.
This sequence "+UUSORD: ",44 never arrive. All characters must be in sequence for single wait instruction.
You can do it like this
arrayread BufferTemp...
I have a buffer containing this string:
+UUSORD: 0,7
To be sure I'm not lost in space :D here is the ascii scan of the buffer, that ends with a Carriage Returns 13:
...
Unfortunately I am not qualified to write PC apps... Too pity that once I started to do things in C (command line environment) and a little Visual Basic 6 but did not evolve on that.
Thanks...
Are you writing a windows app? If so you can use those control lines to allow your hardware to tx. BTW hope I'm not teaching you to suck eggs but although you might assume that pressing CapsLock...
towlerg Yesterday, 11:07
Re: USB to send ASCII characters to PC
@Ioannis What would you want an app to do with the data? If some kind code elf were to create an app for you it would make more sense to us Vendor (otherwise known as Custom) which is a variation of...
towlerg Today, 13:23