P2 FlexBasic Docs
Rsadeika
Posts: 3,837
Reading the latest FlexBasic Docs, I have noticed that mostly everything in there is P1 centric. Will the new Docs be showing, with examples, stuff pertaining to the P2.
For example I was starting to put together a small test program where I want to open up the P2 equivalent of "ser.start(31,30,0,115_200)". In the example it relies on "SerialDriver.spin", will this work in the P2 environment? I already tried "FullDuplexSerial.spin" and that came up with a bunch of errors. At this point I am not even sure as to how to handle "open SendRecvDevice(@telnet.tx, @telnet.rx, @telnet.stop) as #2", for the P2.
Any and all explanations would be appreciated.
Thanks
Ray
For example I was starting to put together a small test program where I want to open up the P2 equivalent of "ser.start(31,30,0,115_200)". In the example it relies on "SerialDriver.spin", will this work in the P2 environment? I already tried "FullDuplexSerial.spin" and that came up with a bunch of errors. At this point I am not even sure as to how to handle "open SendRecvDevice(@telnet.tx, @telnet.rx, @telnet.stop) as #2", for the P2.
Any and all explanations would be appreciated.
Thanks
Ray
Comments