Shop
OBEX
P1 Docs
P2 Docs
Learn
Events
Serial GPS and Serial 4x20 display — Parallax Forums
toggle menu
Categories
Discussions
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Sign In
·
Register
×
Home
›
Propeller 1
Serial GPS and Serial 4x20 display
jdolecki
Posts:
726
2014-04-02 17:11
edited 2014-04-02 17:57
in
Propeller 1
Can i run 2 instances of "FullDuplexSerial.spin" in different cogs 1 to communicate with my gps and one to communicate with my lcd?
Comments
pgbpsu
Posts:
460
2014-04-02 17:55
edited 2014-04-02 17:55
You can but you can also use a great serial port object that allows 4 ports in one cog. I don't have the name in front of my phone, but you should be able to find it in the OBEX- fullduplex4port.spin or something like that.
kwinn
Posts:
8,697
2014-04-02 17:57
edited 2014-04-02 17:57
Yes you can, or you can use one instance of the 4 port object to do it and have 2 more serial ports left over for other uses.
Sign In
or
Register
to comment.
Comments