The FCC number for RC1290 is available in the RC1290 Data sheet page 21.
As for Emission Designator you will also find information in RC1190HP and RC1290 data sheet (Bandwidth/Data rate/Modulation etc).
Last Update: October 23, 2017
October 23, 2017 1533 RC232 Q&A
Related Knowledge Base Posts -
- [RC232] They have 10’s of sensors that assembled in a system, would like to consider to have low power RF units that can work in noisy and industrial zone. The system length could be <10m. A mesh is also something they could consider, please advise if you have experience in such application field
- [RC232] “I have problem to wake up RS1240 from sleep mode, in fact I can’t wake it up at all. According to documentation, config pin should be asserted when going to sleep mode, and then positive edge should wake ip module This is code I use: Config Portd.3 = Output : Modem_config Alias Portd.3 Modem_config = 1 ‘ ———— PUT MODEM IN SLEEP MODE Modem_config = 0 ‘ Assert Config pin Waitms 5 ‘ MAX Time from CONFIG pin is set low until prompt (“”>””) Print “”Z””; ‘ Goto SLEEP mode . . . Sub Send_packet Modem_config = 1 ‘ Wake up form SLEEP mode Waitms 60 ‘ Wait 60 ms to get out from sleep mode Print “”X””; ‘ Goto idle mode Led_tx = 1 Printbin Paket_start Printbin Data_packet Led_tx = 0 Modem_config = 0 ‘ Assert Config PIN Waitms 5 ‘ MAX Time from CONFIG pin is set low until prompt (“”>””) Print “”Z””; ‘ SLEEP mode End Sub But, module stuck in sleep mode, and dont send enything. When I comment all lines regarding sleep mode, module work fine. Where I’m wrong? I should deliver device this week, and this is only problem I have to resolve. “
- [RC232] we use your Radiocrafts Modules (1180-RC232) and have problems with the configuration. Could you send us an example in C how to handle this?