Search found 4 matches
- Wed Jan 05, 2011 11:59 am
- Forum: PINK
- Topic: Problem with PINK and BS2
- Replies: 9
- Views: 16510
Re: Problem with PINK and BS2
What does the telnet debug session show when you run this test? I fixed it. It was the most stupid thing ever, i guess i didn't notice because i was confident that all the wires and connections were in a perfect state. The problem was that the VSS of the PINK was not connected in the same place as ...
- Wed Jan 05, 2011 7:55 am
- Forum: PINK
- Topic: Problem with PINK and BS2
- Replies: 9
- Views: 16510
Re: Problem with PINK and BS2
From your telnet output it looks like there is a problem with the serial communication from the stamp to the NetBurner. The first thing I would suspect is some sort of baud rate problem but you already looked into that. How long are the jumper wires from the stamp to the NetBurner? Have you ever go...
- Tue Jan 04, 2011 1:43 pm
- Forum: PINK
- Topic: Problem with PINK and BS2
- Replies: 9
- Views: 16510
Re: Problem with PINK and BS2
I'm not a pink guy either, but I did see a previous ticket where the programmer used the telnet connection to debug serial communication. Have you tried that? I am using telnet connection to the debug the serial communication but all i get is this : http://www.freeimagehosting.net/image.php?b33151f...
- Tue Jan 04, 2011 11:41 am
- Forum: PINK
- Topic: Problem with PINK and BS2
- Replies: 9
- Views: 16510
Problem with PINK and BS2
Hello , i'm trying to establish communication between PINK and a BS2 using this code in picbasic 2.5, what i want to do is to write for example "57" in a PINK variable and after that be able to read it from the PINK : ' {$STAMP BS2} ' {$PBASIC 2.5} NBVAR VAR Byte(10) NBVAR2 VAR Byte(10) DO...