Quantcast
Browsing all 20597 articles
Browse latest View live

BASCOM-AVR : how to transfer a single number from a atmega8 to another vi :...

sorry i was not very clear. when using a uart or other simple serial protocol, you need a way to determine where the data starts. this is often done with a header byte, or a magic number. But for SPI...

View Article


BASCOM-AVR : Input -> parsing string : REPLY

i wrote before : check out config input did you tried that?

View Article


BASCOM-AVR : Reset program via ethernet : REPLY

[quote:14e150adf5]Where can I find this Easy TCP/IP testtool? [/quote:14e150adf5] it is in bascom : Menu Tools, Easy TCP/IP UDP and wiznet chip : in the W5xxx manual is written that when an UDP packet...

View Article

BASCOM-AVR : Small bug in the IDE (?) : REPLY

excuse me, i did not had my glasses on :( . I checked for USB-ISP. I will have a look for USBASP. It is a different unit, also used by other atmel programmers. I will let you know.

View Article

BASCOM-AVR : Reset program via ethernet : REPLY

Nice indeed. Let me know if you find a similar program for OSX ;)

View Article


BASCOM-AVR : Small bug in the IDE (?) : REPLY

No problem :) .

View Article

BASCOM-AVR : Reset program via ethernet : REPLY

Ok, so best would be to handle that in an ISR I suppose. I see that the W5100's INT pin is connected to PD2 on the Arduino with ethernet shield. Does anyone here uses that pin to handle ethernet...

View Article

BASCOM-AVR : Small bug in the IDE (?) : REPLY

I had a look. it should work but because of the automatic surrounding " " it will not work for win 7. Even if you remove them, these will be added. I have changed this. In windows you can use the " "...

View Article


BASCOM-AVR : Small bug in the IDE (?) : REPLY

I shall write for the test version. If this information helps I wish to mention that sound plays for successful compile. And I used win7 with the previous version that played sound. Thanks.

View Article


BASCOM-AVR : _VALCHECK or is it _CHECKVAL : REPLY

OK guys, this is still not clear. As I understand it: 1. you need to declare const _valcheck=1 2. Every time you use x = val() then valcheck will automatically be set to 0 if there is no error in the...

View Article

BASCOM-AVR : _VALCHECK or is it _CHECKVAL : REPLY

Hi, You need to declare the constat _valcheck as 1. And in the code check the value of err. Something like:- [code:1:0305a25740] Const _VALCHECK =1 Dim S as string * 10 dim W as word s = "1234a" w =...

View Article

BASCOM-AVR : _VALCHECK or is it _CHECKVAL : REPLY

Yes I know that ian, but your little test program doesn't tell the reader what the result will be. I have just done some tests, and my assumption earlier appears to be correct. 1. Declare the constant...

View Article

BASCOM-AVR : _VALCHECK or is it _CHECKVAL : REPLY

Hi, In your post you wrote "then valcheck will automatically be set to 0 if there is no error in the conversion", the variable err is set to 1 or 0 not _valcheck Regards Ian Dobson

View Article


BASCOM-AVR : _VALCHECK or is it _CHECKVAL : REPLY

Ah ha Ian, you are quite correct. A typing error. I have edited that post so it is now correct. Thanks for pointing that out.

View Article

EASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY

[quote:25b4aa37d4="bzijlstra"]In the text you are talking about a atmega32. In the code you put in this forum and in the rar-files an atmega8 is used. Could that be the problem? When you got your...

View Article


EASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY

Not sure if it helps but most of the times I see "Config Tcpip" it starts with NOINT in stead of the INT0 you are using.

View Article

BASCOM-AVR : Input -> parsing string : REPLY

Command INPUT needs to know how the receiving message is terminated. The options are CR LF CRLF LFCR CR is char ascii 13 (&hD) LF is ascii 10 (&hA) These are unprintable values, which cannot...

View Article


EASY TCP/IP : How to access W5100 registers : NEWTOPIC

Used hardware: Arduino UNO with ethernet shield. Intention: use an interrupt service routine to handle UDP messages. Started by changing "Config Tcpip = NOINT" into "Config Tcpip = Int0" In the same...

View Article

EASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY

you should use a sample from the w5100 folder when you use a module with the w5100. but i still do not see which version you use. and in your last post, you did not got the error message? so now it is...

View Article

EASY TCP/IP : How to access W5100 registers : REPLY

i used the wiznet api as a reference. the NOINT option will poll the W5xxx chip. When you define an interrupt, the status register is filled in the interrupt. and this status is used by functions to...

View Article
Browsing all 20597 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>