Internet Module problem

Tom P

New Member
I have a parallax Internet Netburner Module which works fine with the BASIC STAMP products but I would like to know if it will work with the PICAXE 18X products.
I noticed that the STAMP serout uses [ ] in its program while the PICAXE uses ( ) in the serout commands. Is this an important difference or not? ALso the STAMP seems to use "true" rather than "inverted" serial output but the PICAXE appears to be able to send a "true" output as well. Anyone know if the PINK Netburner will work with PICAXE?
thanks to all
tom
 

steliosm

Senior Member
My guess is that you can have a go and let us know what happend. You need to make sure that the serial speeds are also supported on the Picaxe. The Picaxe can do T (true) and N (inverted) serial comms. Yes, you should alter the Basic Stamp code to be PicAxe alike, which shouldn't be difficult.
 
Top