BASCOM-AVR : A Weird One, RTC : REPLY
Hi Mark, Thanks for your assistance, 5V on pin 8 4k7 pullups, have also tried 2k2s pin 3 gnd pin 4 gnd both 5&6 are normally sitting at 5v and do go low (pulsing) during transmission, can see it...
View ArticleBASCOM-AVR : A Weird One, RTC : REPLY
did you had a look at the chip ? does it have a stamp that identifies it? companies such as RS break up parts and repackage. maybe they made a mistake? and what also happens : a part can get the wrong...
View ArticleBASCOM-AVR : RS232 between 2 AVR's : REPLY
Too bad... Ok I've decided to just send and receive strings. I understand it's a little hassle but I'll take that for granted. I rewrote my code and added the config input like you said, but the weird...
View ArticleBASCOM-AVR : A Weird One, RTC : REPLY
Hi Mark, Thanks for the offer, where do I send it Dean
View ArticleBASCOM-AVR : RS232 between 2 AVR's : REPLY
PRINT performs a conversion automatically. So if you do a PRINT numvar , it will convert the numeric value of numvar into ASCII and then send the ASCII data as if you had used Str(). So this code:...
View ArticleBASCOM-AVR : MSGEQ7 Issues : NEWTOPIC
Has anyone worked with this IC? Lots of arduino and C stuff. Anyway, Im trying to get this bad boy working with BASCOM-AVR, and having issues. Display is flickery at times, and all the bars are the...
View ArticleBASCOM-AVR : BASCOM-AVR not saving state or settings : REPLY
I am running Win7 with all the updates, Full admin rights. This is the only machine I have thats acting this way.
View ArticleBASCOM-AVR : RTC issues : REPLY
Hello Neil I think you were using a cellular modem to connect to the net I did a bit of reading and you may be able to ask the modem the time as it gets sent to it by the cell by just linking to the...
View ArticleBASCOM-AVR : RTC issues : REPLY
Hi again Paul, That's what I was doing originally, but it was never reliable, with the Telit modem. From time to time ( about once every week or three) the modem would give me GMT instead of local...
View ArticleEASY TCP/IP : Getting your dynamic IP address : NEWTOPIC
Hi Is there a easy way to get your dsl modem dynamic ip ( outside IP ) address with Bascom ? The ip address can then be mailed or sent as sms if a change is detected and in that way you can access...
View ArticleBASCOM-AVR : RTC issues : REPLY
Hello Neil The cell sends UTC (GMT) so as to work out the delay from phone to tower to network each packet has a time stamp this part I know as I was taught the structure of the packets its a more...
View ArticleBASCOM-AVR : Problem with Terminal emulator : REPLY
I had a look at the PC(remote). It is indeed an odd case. First time after a reboot the app freezes once you run the terminal emulator. Second time it works. I did check the error file and...
View ArticleBASCOM-AVR : BASCOM-AVR not saving state or settings : REPLY
if you install teamviewer.com , and send an email to support@ with the ID/pwd i can have a look. I was unable to duplicate the problem under win7/win8 so maybe i can see on your machine what is wrong.
View ArticleBASCOM-AVR : Printbin #1, V(array); b_var Error? : NEWTOPIC
Is there a different requirement for Printbin when using CTS/RTS? [quote:658ac21b19] Output: 01 02 03 04 05 06 07 08 01 02 03 04 05 06 07 08 01 02 03 04 05 06 07 08 09 0A 00 00 00 00 00 00 00 00 00 00...
View ArticleBASCOM-AVR : Printbin #1, V(array); b_var Error? : REPLY
Ennio, you got to enable interrupts, if you use buffered Uart.
View ArticleBASCOM-AVR : Printbin #1, V(array); b_var Error? : REPLY
Thanks For_ro. You are correct. I forgot to include the statement in the code snippet I used in the first post. But the behavior does not change in terms of the number of characters printed by...
View ArticleBASCOM-AVR : Printbin #1, V(array); b_var Error? : REPLY
the optional parameter for the length must be a numeric variable. otherwise the compiler does not know if it is a length description or a plain variable that must be send.
View ArticleBASCOM-AVR : Printbin #1, V(array); b_var Error? : REPLY
Got it. I misunderstood the Help instructions. Thanks Mark.
View Article