Shop OBEX P1 Docs P2 Docs Learn Events
Confused — Parallax Forums

Confused

n0wiqn0wiq Posts: 8
edited 2009-05-10 16:52 in BASIC Stamp
I run Linux, I down loaded PART-1 and PART-2. Expanded the the *.tgz files. Installed PBasic and noticed the program didn't do BS1. As I understand the tokenizer.so has the ability to do BS1's. I am confused?

Post Edited (n0wiq) : 4/28/2009 1:10:10 AM GMT

Comments

  • FranklinFranklin Posts: 4,747
    edited 2009-04-25 15:30
    You need to use the pencil icon in your first post to add a subject to this post. Then others may see it and respond with help. Several people here use Linux.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
  • n0wiqn0wiq Posts: 8
    edited 2009-04-27 16:25
    May I edit my original post
  • FranklinFranklin Posts: 4,747
    edited 2009-04-27 18:26
    Yes you may. Click on the pencil icon in the top of the post to open the editor.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
  • AnunakinAnunakin Posts: 9
    edited 2009-05-10 01:42
    Basic Stamp 2.3.9 works very well on Linux under wine ... You just need symlink your COM ports to wine directory... like this ...
    shell said...
    Nariko ~ $ ls -la .wine/dosdevices/com1
    lrwxrwxrwx 1 fazzi fazzi 12 Abr 19 16:49 .wine/dosdevices/com1 -> /dev/ttyUSB0
  • n0wiqn0wiq Posts: 8
    edited 2009-05-10 10:58
    Yes, I know PARALLAX v2.39 works under wine but will it work through a /dev/ttyUSB or to put another way a USB to serial converter.? I haven't gotten around to trying that.
  • AnunakinAnunakin Posts: 9
    edited 2009-05-10 13:32
    I'm using this here, works very well! [noparse];)[/noparse]
    My notebook not have any serial port...
    ln -s /dev/ttyUSB0 .wine/dosdevices/com1
    ln -s /dev/ttyUSB1 .wine/dosdevices/com2
    ln -s /dev/ttyUSB2 .wine/dosdevices/com3
    ln -s /dev/ttyUSB3 .wine/dosdevices/com4
    



    For use with a real serial port do it:
    ln -s /dev/ttyS0 .wine/dosdevices/com5
    
  • n0wiqn0wiq Posts: 8
    edited 2009-05-10 16:52
    Thank you.
Sign In or Register to comment.