No stamp or not a bs2
Adrien
Posts: 3
Hi everybody.
First, i'm not a native speaker, then sorry for my mistakes!
I'vo got a basicstamp bs2 with a Board of Education Development Board (Serial Version).
My computer got a recognized usb/serial adaptator on linux ubuntu 8.04.
I use Minicom with those params:
Baudrate 9600 8N2
No data controle
stampbc work fine, but after compiling, i've got one error: "No stamp or not a bs2"
I also tried 9600 8N1 with no succeed
Could anyone help me?
Thanks
First, i'm not a native speaker, then sorry for my mistakes!
I'vo got a basicstamp bs2 with a Board of Education Development Board (Serial Version).
My computer got a recognized usb/serial adaptator on linux ubuntu 8.04.
I use Minicom with those params:
Baudrate 9600 8N2
No data controle
stampbc work fine, but after compiling, i've got one error: "No stamp or not a bs2"
I also tried 9600 8N1 with no succeed
Could anyone help me?
Thanks
Comments
The first line in your program should be: ' {$STAMP BS2}
The second line should be: ' {$PBASIC 2.5}
stty < /dev/ttyUSB0 display:
speed 9600 baud; line = 0;
-brkint -imaxbel
Post Edited (Adrien) : 12/28/2008 4:06:16 PM GMT
But windows...
9600 raw -echo -hupcl
Full parameter value lisitng:
device: /dev/ttyS0
speed 9600 baud; line = 0;
min = 1; time = 0;
-brkint -icrnl -imaxbel
-opost
-isig -icanon -echo
speed 9600 baud; rows 0; columns 0; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>;
eol2 = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W;
lnext = ^V; flush = ^O; min = 1; time = 0;
-parenb -parodd cs8 hupcl -cstopb cread clocal -crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr -icrnl -ixon
-ixoff -iuclc -ixany -imaxbel
-opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0
ff0
-isig -icanon iexten -echo echoe echok -echonl -noflsh -xcase -tostop -echoprt
echoctl echoke
regards
adrian